static ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.builder() |
|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.from(RawCloudApplication instance) |
Fill a builder with attribute values from the provided RawCloudApplication instance.
|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.resource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.applications.ApplicationEntity> resource) |
Initializes the value for the resource attribute.
|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.space(Derivable<CloudSpace> space) |
Initializes the value for the space attribute.
|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.stack(Derivable<CloudStack> stack) |
Initializes the value for the stack attribute.
|
ImmutableRawCloudApplication.Builder |
ImmutableRawCloudApplication.Builder.summary(org.cloudfoundry.client.v2.applications.SummaryApplicationResponse summary) |
Initializes the value for the summary attribute.
|