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