| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCloudService |
ImmutableCloudService.Builder.build()
Builds a new
ImmutableCloudService. |
static ImmutableCloudService |
ImmutableCloudService.copyOf(CloudService instance)
Creates an immutable copy of a
CloudService value. |
ImmutableCloudService |
ImmutableCloudService.withCredentials(Map<String,? extends Object> entries)
Copy the current immutable object by replacing the
credentials map with the specified map. |
ImmutableCloudService |
ImmutableCloudService.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableCloudService |
ImmutableCloudService.withMetadata(CloudMetadata value)
Copy the current immutable object by setting a value for the
metadata attribute. |
ImmutableCloudService |
ImmutableCloudService.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableCloudService |
ImmutableCloudService.withPlan(String value)
Copy the current immutable object by setting a value for the
plan attribute. |
ImmutableCloudService |
ImmutableCloudService.withProvider(String value)
Copy the current immutable object by setting a value for the
provider attribute. |
ImmutableCloudService |
ImmutableCloudService.withTags(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
tags. |
ImmutableCloudService |
ImmutableCloudService.withTags(String... elements)
Copy the current immutable object with elements that replace the content of
tags. |
ImmutableCloudService |
ImmutableCloudService.withType(ServiceInstanceType value)
Copy the current immutable object by setting a value for the
type attribute. |
ImmutableCloudService |
ImmutableCloudService.withV3Metadata(org.cloudfoundry.client.v3.Metadata value)
Copy the current immutable object by setting a value for the
v3Metadata attribute. |
ImmutableCloudService |
ImmutableCloudService.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2020 SAP SE. All rights reserved.