static ImmutableCloudProcess.Builder |
ImmutableCloudProcess.builder() |
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.command(String command) |
Initializes the value for the command attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.diskInMb(Integer diskInMb) |
Initializes the value for the diskInMb attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.from(CloudEntity instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.from(CloudProcess instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudProcess instance.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.healthCheckHttpEndpoint(String healthCheckHttpEndpoint) |
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.healthCheckInvocationTimeout(Integer healthCheckInvocationTimeout) |
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.healthCheckTimeout(Integer healthCheckTimeout) |
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.healthCheckType(HealthCheckType healthCheckType) |
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.instances(Integer instances) |
Initializes the value for the instances attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.memoryInMb(Integer memoryInMb) |
Initializes the value for the memoryInMb attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.metadata(CloudMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudProcess.Builder |
ImmutableCloudProcess.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata) |
Initializes the value for the v3Metadata attribute.
|