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