public static interface UpdateApiKeyRequest.Builder extends ApiGatewayRequest.Builder, CopyableBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateApiKeyRequest.Builder |
apiKey(String apiKey)
The identifier of the ApiKey resource to be updated.
|
UpdateApiKeyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateApiKeyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateApiKeyRequest.Builder |
patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
buildoverrideConfigurationcopyapplyMutation, buildUpdateApiKeyRequest.Builder apiKey(String apiKey)
The identifier of the ApiKey resource to be updated.
apiKey - The identifier of the ApiKey resource to be updated.UpdateApiKeyRequest.Builder patchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateApiKeyRequest.Builder patchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateApiKeyRequest.Builder patchOperations(Consumer<PatchOperation.Builder>... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #patchOperations(List) .patchOperations - a consumer that will call methods on List.Builder #patchOperations(List) UpdateApiKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateApiKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.