ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.Builder.build() |
|
static ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.copyOf(RawCloudServiceInstance instance) |
|
static ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.of(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity> resource) |
Construct a new immutable RawCloudServiceInstance instance.
|
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceinstances.UnionServiceInstanceEntity> value) |
Copy the current immutable object by setting a value for the resource attribute.
|
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServicePlanResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.serviceplans.ServicePlanEntity> value) |
|
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServiceResource(org.cloudfoundry.client.v2.Resource<org.cloudfoundry.client.v2.services.ServiceEntity> value) |
Copy the current immutable object by setting a value for the serviceResource attribute.
|