| Package | Description |
|---|---|
| org.cloudfoundry.operations.services |
| Modifier and Type | Method and Description |
|---|---|
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.applicationName(String applicationName)
Initializes the value for the
applicationName attribute. |
static BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.builder()
Creates a builder for
BindServiceInstanceRequest. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.from(BindServiceInstanceRequest instance)
Fill a builder with attribute values from the provided
BindServiceInstanceRequest instance. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.parameter(Map.Entry<String,? extends Object> entry)
Put one entry to the
parameters map. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.parameter(String key,
Object value)
Put one entry to the
parameters map. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.parameters(Map<String,? extends Object> entries)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.putAllParameters(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
parameters map. |
BindServiceInstanceRequest.Builder |
BindServiceInstanceRequest.Builder.serviceInstanceName(String serviceInstanceName)
Initializes the value for the
serviceInstanceName attribute. |
Copyright © 2018. All rights reserved.