| Package | Description |
|---|---|
| org.cloudfoundry.client.v2.servicekeys |
| 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.name(String name)
Initializes the value for the
name attribute. |
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> entries)
Sets or replaces all mappings from the specified map as entries for the
parameters map. |
CreateServiceKeyRequest.Builder |
CreateServiceKeyRequest.Builder.putAllParameters(Map<String,? extends Object> entries)
Put all mappings from the specified map as entries to
parameters map. |
CreateServiceKeyRequest.Builder |
CreateServiceKeyRequest.Builder.serviceInstanceId(String serviceInstanceId)
Initializes the value for the
serviceInstanceId attribute. |
Copyright © 2020. All rights reserved.