| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
static ProcessResource.Builder |
ProcessResource.builder()
Creates a builder for
ProcessResource. |
ProcessResource.Builder |
ProcessResource.Builder.command(String command)
Initializes the value for the
command attribute. |
ProcessResource.Builder |
ProcessResource.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ProcessResource.Builder |
ProcessResource.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ProcessResource.Builder |
ProcessResource.Builder.from(org.cloudfoundry.client.v3.processes._ProcessResource instance)
Copy abstract value type
_ProcessResource instance into builder. |
ProcessResource.Builder |
ProcessResource.Builder.from(Process instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.processes.Process instance. |
ProcessResource.Builder |
ProcessResource.Builder.from(ProcessResource instance)
Fill a builder with attribute values from the provided
ProcessResource instance. |
ProcessResource.Builder |
ProcessResource.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
ProcessResource.Builder |
ProcessResource.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ProcessResource.Builder |
ProcessResource.Builder.id(String id)
Initializes the value for the
id attribute. |
ProcessResource.Builder |
ProcessResource.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ProcessResource.Builder |
ProcessResource.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ProcessResource.Builder |
ProcessResource.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ProcessResource.Builder |
ProcessResource.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
ProcessResource.Builder |
ProcessResource.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
ProcessResource.Builder |
ProcessResource.Builder.relationships(ProcessRelationships relationships)
Initializes the value for the
relationships attribute. |
ProcessResource.Builder |
ProcessResource.Builder.type(String type)
Initializes the value for the
type attribute. |
ProcessResource.Builder |
ProcessResource.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.