| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.userprovidedserviceinstances |
| Modifier and Type | Method and Description |
|---|---|
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.addAllTags(Iterable<String> elements)
Adds elements to
tags list. |
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> entries)
Sets or replaces all mappings from the specified map as entries for the
credentials map. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.from(org.cloudfoundry.client.v2.userprovidedserviceinstances._UserProvidedServiceInstanceEntity instance)
Copy abstract value type
_UserProvidedServiceInstanceEntity instance into builder. |
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> entries)
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.sharedFromUrl(String sharedFromUrl)
Initializes the value for the
sharedFromUrl attribute. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.sharedToUrl(String sharedToUrl)
Initializes the value for the
sharedToUrl 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.tag(String element)
Adds one element to
tags list. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.tags(String... elements)
Adds elements to
tags list. |
UserProvidedServiceInstanceEntity.Builder |
UserProvidedServiceInstanceEntity.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.