static ImmutableCloudTask.Builder |
ImmutableCloudTask.builder() |
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.command(String command) |
Initializes the value for the command attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.from(CloudEntity instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudEntity instance.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.from(CloudTask instance) |
Fill a builder with attribute values from the provided com.sap.cloudfoundry.client.facade.domain.CloudTask instance.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.limits(CloudTask.Limits limits) |
Initializes the value for the limits attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.metadata(CloudMetadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.result(CloudTask.Result result) |
Initializes the value for the result attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.state(CloudTask.State state) |
Initializes the value for the state attribute.
|
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.v3Metadata(org.cloudfoundry.client.v3.Metadata v3Metadata) |
Initializes the value for the v3Metadata attribute.
|