CopyableBuilder<UpdateAuthorizerRequest.Builder,UpdateAuthorizerRequest>
, SdkBuilder<UpdateAuthorizerRequest.Builder,UpdateAuthorizerRequest>
public static interface UpdateAuthorizerRequest.Builder extends CopyableBuilder<UpdateAuthorizerRequest.Builder,UpdateAuthorizerRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateAuthorizerRequest.Builder |
authorizerId(String authorizerId) |
The identifier of the Authorizer resource.
|
UpdateAuthorizerRequest.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.
|
UpdateAuthorizerRequest.Builder |
patchOperations(PatchOperation... patchOperations) |
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateAuthorizerRequest.Builder |
restApiId(String restApiId) |
The RestApi identifier for the Authorizer resource.
|
copy
apply, build
UpdateAuthorizerRequest.Builder restApiId(String restApiId)
The RestApi identifier for the Authorizer resource.
restApiId
- The RestApi identifier for the Authorizer resource.UpdateAuthorizerRequest.Builder authorizerId(String authorizerId)
The identifier of the Authorizer resource.
authorizerId
- The identifier of the Authorizer resource.UpdateAuthorizerRequest.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.UpdateAuthorizerRequest.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.