| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.processes |
| Modifier and Type | Method and Description |
|---|---|
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.addAllPorts(Iterable<Integer> elements)
Adds elements to
ports list. |
static ScaleProcessResponse.Builder |
ScaleProcessResponse.builder()
Creates a builder for
ScaleProcessResponse. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.command(String command)
Initializes the value for the
command attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.diskInMb(Integer diskInMb)
Initializes the value for the
diskInMb attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.from(Process instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.processes.Process instance. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.from(ScaleProcessResponse instance)
Fill a builder with attribute values from the provided
ScaleProcessResponse instance. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.healthCheck(HealthCheck healthCheck)
Initializes the value for the
healthCheck attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.links(Map<String,? extends Link> links)
Sets or replaces all mappings from the specified map as entries for the
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.memoryInMb(Integer memoryInMb)
Initializes the value for the
memoryInMb attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.port(int... elements)
Adds elements to
ports list. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.port(int element)
Adds one element to
ports list. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.ports(Iterable<Integer> elements)
Sets or replaces all elements for
ports list. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.putAllLinks(Map<String,? extends Link> links)
Put all mappings from the specified map as entries to
links map. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.type(String type)
Initializes the value for the
type attribute. |
ScaleProcessResponse.Builder |
ScaleProcessResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.