| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.serviceInstances |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.addAllTags(Iterable<String> elements)
Adds elements to
tags list. |
static UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.builder()
Creates a builder for
UpdateServiceInstanceResponse. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.from(org.cloudfoundry.client.v3.serviceInstances._UpdateServiceInstanceResponse instance)
Copy abstract value type
_UpdateServiceInstanceResponse instance into builder. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.from(ServiceInstance instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.serviceInstances.ServiceInstance instance. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.from(UpdateServiceInstanceResponse instance)
Fill a builder with attribute values from the provided
UpdateServiceInstanceResponse instance. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.name(String name)
Initializes the value for the
name attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.relationships(ServiceInstanceRelationships relationships)
Initializes the value for the
relationships attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.routeServiceUrl(String routeServiceUrl)
Initializes the value for the
routeServiceUrl attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.syslogDrainUrl(String syslogDrainUrl)
Initializes the value for the
syslogDrainUrl attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.tag(String element)
Adds one element to
tags list. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.tags(Iterable<String> elements)
Sets or replaces all elements for
tags list. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.tags(String... elements)
Adds elements to
tags list. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.type(ServiceInstanceType type)
Initializes the value for the
type attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.updateAvailable(Boolean updateAvailable)
Initializes the value for the
updateAvailable attribute. |
UpdateServiceInstanceResponse.Builder |
UpdateServiceInstanceResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.