| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.Builder.build()
Builds a new
ImmutableCloudServiceBinding. |
static ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.copyOf(CloudServiceBinding instance)
Creates an immutable copy of a
CloudServiceBinding value. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withApplicationGuid(UUID value)
Copy the current immutable object by setting a value for the
applicationGuid attribute. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withBindingOptions(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
bindingOptions map with the specified map. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withBindingParameters(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
bindingParameters map with the specified map. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withCredentials(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
credentials map with the specified map. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.withSyslogDrainUrl(String value)
Copy the current immutable object by setting a value for the
syslogDrainUrl attribute. |
ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.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.