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