ImmutableCloudProcess |
ImmutableCloudProcess.Builder.build() |
|
static ImmutableCloudProcess |
ImmutableCloudProcess.copyOf(CloudProcess instance) |
|
ImmutableCloudProcess |
ImmutableCloudProcess.withCommand(String value) |
Copy the current immutable object by setting a value for the command attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withDiskInMb(Integer value) |
Copy the current immutable object by setting a value for the diskInMb attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withHealthCheckHttpEndpoint(String value) |
|
ImmutableCloudProcess |
ImmutableCloudProcess.withHealthCheckInvocationTimeout(Integer value) |
|
ImmutableCloudProcess |
ImmutableCloudProcess.withHealthCheckTimeout(Integer value) |
Copy the current immutable object by setting a value for the healthCheckTimeout attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withHealthCheckType(HealthCheckType value) |
Copy the current immutable object by setting a value for the healthCheckType attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withInstances(Integer value) |
Copy the current immutable object by setting a value for the instances attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withMemoryInMb(Integer value) |
Copy the current immutable object by setting a value for the memoryInMb attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudProcess |
ImmutableCloudProcess.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|