ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.Builder.build() |
|
static ImmutableCloudServiceBinding |
ImmutableCloudServiceBinding.copyOf(CloudServiceBinding instance) |
|
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.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.
|