| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.serviceinstances |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance.Builder |
ServiceInstance.Builder.addAllSharedTo(Iterable<? extends Share> elements)
Adds elements to
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.boundApplicationCount(Integer boundApplicationCount)
Initializes the value for the
boundApplicationCount attribute. |
static ServiceInstance.Builder |
ServiceInstance.builder()
Creates a builder for
ServiceInstance. |
ServiceInstance.Builder |
ServiceInstance.Builder.dashboardUrl(String dashboardUrl)
Initializes the value for the
dashboardUrl attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.from(ServiceInstance instance)
Fill a builder with attribute values from the provided
ServiceInstance instance. |
ServiceInstance.Builder |
ServiceInstance.Builder.id(String id)
Initializes the value for the
id attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.lastOperation(LastOperation lastOperation)
Initializes the value for the
lastOperation attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.maintenanceInfo(MaintenanceInfo maintenanceInfo)
Initializes the value for the
maintenanceInfo attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.name(String name)
Initializes the value for the
name attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.serviceBrokerName(String serviceBrokerName)
Initializes the value for the
serviceBrokerName attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.servicePlan(Plan servicePlan)
Initializes the value for the
servicePlan attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedFrom(Share sharedFrom)
Initializes the value for the
sharedFrom attribute. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Iterable<? extends Share> elements)
Sets or replaces all elements for
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Share... elements)
Adds elements to
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.sharedTo(Share element)
Adds one element to
sharedTo list. |
ServiceInstance.Builder |
ServiceInstance.Builder.type(String type)
Initializes the value for the
type attribute. |
Copyright © 2020. All rights reserved.