| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.Builder.build()
Builds a new
ImmutableCloudServiceInstance. |
static ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.copyOf(CloudServiceInstance instance)
Creates an immutable copy of a
CloudServiceInstance value. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withBindings(CloudServiceBinding... elements)
Copy the current immutable object with elements that replace the content of
bindings. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withBindings(Iterable<? extends CloudServiceBinding> elements)
Copy the current immutable object with elements that replace the content of
bindings. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withCredentials(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
credentials map with the specified map. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withDashboardUrl(String value)
Copy the current immutable object by setting a value for the
dashboardUrl 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.withService(CloudService value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableCloudServiceInstance |
ImmutableCloudServiceInstance.withType(String 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. |
Copyright © 2020 SAP SE. All rights reserved.