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 |
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(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
UpdateApiKeyRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.