| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.adapters |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.Builder.build()
Builds a new
ImmutableRawCloudServiceInstance. |
static ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.copyOf(RawCloudServiceInstance instance)
Creates an immutable copy of a
RawCloudServiceInstance value. |
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.withService(Derivable<CloudService> value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServiceBindings(Derivable<CloudServiceBinding>... elements)
Copy the current immutable object with elements that replace the content of
serviceBindings. |
ImmutableRawCloudServiceInstance |
ImmutableRawCloudServiceInstance.withServiceBindings(Iterable<? extends Derivable<CloudServiceBinding>> elements)
Copy the current immutable object with elements that replace the content of
serviceBindings. |
Copyright © 2020 SAP SE. All rights reserved.