| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCloudTask.Builder |
ImmutableCloudTask.builder()
Creates a builder for
ImmutableCloudTask. |
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
org.cloudfoundry.client.lib.domain.CloudEntity instance. |
ImmutableCloudTask.Builder |
ImmutableCloudTask.Builder.from(CloudTask instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.lib.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. |
Copyright © 2020 SAP SE. All rights reserved.