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