| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
static GatewayData.Builder |
GatewayData.builder()
Creates a builder for
GatewayData. |
GatewayData.Builder |
GatewayData.Builder.from(GatewayData instance)
Fill a builder with attribute values from the provided
GatewayData instance. |
GatewayData.Builder |
GatewayData.Builder.name(String name)
Initializes the value for the
name attribute. |
GatewayData.Builder |
GatewayData.Builder.option(Map.Entry<String,? extends String> entry)
Put one entry to the
options map. |
GatewayData.Builder |
GatewayData.Builder.option(String key,
String value)
Put one entry to the
options map. |
GatewayData.Builder |
GatewayData.Builder.options(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
options map. |
GatewayData.Builder |
GatewayData.Builder.plan(String plan)
Initializes the value for the
plan attribute. |
GatewayData.Builder |
GatewayData.Builder.putAllOptions(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
options map. |
Copyright © 2020. All rights reserved.