ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.Builder.build() |
|
static ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.copyOf(CloudServiceInstance instance) |
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withBroker(String value) |
Copy the current immutable object by setting a value for the broker attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withCredentials(Map<String,? extends Object> entries) |
Copy the current immutable object by replacing the credentials map with the specified map.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withLabel(String value) |
Copy the current immutable object by setting a value for the label attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withLastOperation(ServiceOperation value) |
Copy the current immutable object by setting a value for the lastOperation attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withMetadata(CloudMetadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withPlan(String value) |
Copy the current immutable object by setting a value for the plan attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withProvider(String value) |
Copy the current immutable object by setting a value for the provider attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withSyslogDrainUrl(String value) |
Copy the current immutable object by setting a value for the syslogDrainUrl attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withTags(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withTags(String... elements) |
Copy the current immutable object with elements that replace the content of tags.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withType(org.cloudfoundry.client.v3.serviceinstances.ServiceInstanceType value) |
Copy the current immutable object by setting a value for the type attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withV3Metadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the v3Metadata attribute.
|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withVersion(String value) |
Copy the current immutable object by setting a value for the version attribute.
|