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