Package | Description |
---|---|
org.cloudfoundry.operations.services |
Modifier and Type | Method and Description |
---|---|
static ServiceKey.Builder |
ServiceKey.builder()
Creates a builder for
ServiceKey . |
ServiceKey.Builder |
ServiceKey.Builder.credential(Map.Entry<String,? extends Object> entry)
Put one entry to the
credentials map. |
ServiceKey.Builder |
ServiceKey.Builder.credential(String key,
Object value)
Put one entry to the
credentials map. |
ServiceKey.Builder |
ServiceKey.Builder.credentials(Map<String,? extends Object> credentials)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
ServiceKey.Builder |
ServiceKey.Builder.from(ServiceKey instance)
Fill a builder with attribute values from the provided
ServiceKey instance. |
ServiceKey.Builder |
ServiceKey.Builder.id(String id)
Initializes the value for the
id attribute. |
ServiceKey.Builder |
ServiceKey.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceKey.Builder |
ServiceKey.Builder.putAllCredentials(Map<String,? extends Object> credentials)
Put all mappings from the specified map as entries to
credentials map. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.