CopyableBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest>, SdkBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest>public static interface UpdateApiKeyRequest.Builder extends CopyableBuilder<UpdateApiKeyRequest.Builder,UpdateApiKeyRequest>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchOperations(java.util.Collection) or #withPatchOperations(java.util.Collection) if
you want to override the existing values.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.