| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceplans |
| Modifier and Type | Method and Description |
|---|---|
BrokerCatalog.Builder |
BrokerCatalog.Builder.brokerCatalogId(String brokerCatalogId)
Initializes the value for the
brokerCatalogId attribute. |
static BrokerCatalog.Builder |
BrokerCatalog.builder()
Creates a builder for
BrokerCatalog. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.features(Features features)
Initializes the value for the
features attribute. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.from(BrokerCatalog instance)
Fill a builder with attribute values from the provided
BrokerCatalog instance. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.maximumPollingDuration(Integer maximumPollingDuration)
Initializes the value for the
maximumPollingDuration attribute. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.metadata(Map.Entry<String,? extends Object> entry)
Put one entry to the
metadata map. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.metadata(Map<String,? extends Object> entries)
Sets or replaces all mappings from the specified map as entries for the
metadata map. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.metadata(String key,
Object value)
Put one entry to the
metadata map. |
BrokerCatalog.Builder |
BrokerCatalog.Builder.putAllMetadata(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
metadata map. |
Copyright © 2020. All rights reserved.