| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.Builder.build()
Builds a new
ImmutableCloudServiceKey. |
static ImmutableCloudServiceKey |
ImmutableCloudServiceKey.copyOf(CloudServiceKey instance)
Creates an immutable copy of a
CloudServiceKey value. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.withCredentials(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
credentials map with the specified map. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.withService(CloudService value)
Copy the current immutable object by setting a value for the
service attribute. |
ImmutableCloudServiceKey |
ImmutableCloudServiceKey.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.