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