ImmutableCloudApplication |
ImmutableCloudApplication.Builder.build() |
|
static ImmutableCloudApplication |
ImmutableCloudApplication.copyOf(CloudApplication instance) |
|
ImmutableCloudApplication |
ImmutableCloudApplication.withDiskQuota(int value) |
Copy the current immutable object by setting a value for the diskQuota attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withEnv(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the env map with the specified map.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withInstances(int value) |
Copy the current immutable object by setting a value for the instances attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withMemory(int value) |
Copy the current immutable object by setting a value for the memory attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withPackageState(PackageState value) |
Copy the current immutable object by setting a value for the packageState attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withRunningInstances(int value) |
Copy the current immutable object by setting a value for the runningInstances attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withServices(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of services.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withServices(String... elements) |
Copy the current immutable object with elements that replace the content of services.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withSpace(CloudSpace value) |
Copy the current immutable object by setting a value for the space attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withStaging(Staging value) |
Copy the current immutable object by setting a value for the staging attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withStagingError(String value) |
Copy the current immutable object by setting a value for the stagingError attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withState(CloudApplication.State value) |
Copy the current immutable object by setting a value for the state attribute.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withUris(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of uris.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withUris(String... elements) |
Copy the current immutable object with elements that replace the content of uris.
|
ImmutableCloudApplication |
ImmutableCloudApplication.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|