| Package | Description |
|---|---|
| org.cloudfoundry.operations.applications |
| Modifier and Type | Method and Description |
|---|---|
static ManifestV3Process.Builder |
ManifestV3Process.builder()
Creates a builder for
ManifestV3Process. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.command(String command)
Initializes the value for the
command attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.disk(String disk)
Initializes the value for the
disk attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.from(ManifestV3Process instance)
Fill a builder with attribute values from the provided
ManifestV3Process instance. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.healthCheckHttpEndpoint(String healthCheckHttpEndpoint)
Initializes the value for the
healthCheckHttpEndpoint attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.healthCheckInvocationTimeout(Integer healthCheckInvocationTimeout)
Initializes the value for the
healthCheckInvocationTimeout attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.healthCheckType(HealthCheckType healthCheckType)
Initializes the value for the
healthCheckType attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.instances(Integer instances)
Initializes the value for the
instances attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.memory(String memory)
Initializes the value for the
memory attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.timeout(Integer timeout)
Initializes the value for the
timeout attribute. |
ManifestV3Process.Builder |
ManifestV3Process.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2024. All rights reserved.