public static interface UpdateAuthorizerRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<UpdateAuthorizerRequest.Builder,UpdateAuthorizerRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateAuthorizerRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateAuthorizerRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.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.
patchOperations - A list of update operations to be applied to the specified resource and in the order specified in this
list.UpdateAuthorizerRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.