CopyableBuilder<UpdateRequestValidatorRequest.Builder,UpdateRequestValidatorRequest>, SdkBuilder<UpdateRequestValidatorRequest.Builder,UpdateRequestValidatorRequest>public static interface UpdateRequestValidatorRequest.Builder extends CopyableBuilder<UpdateRequestValidatorRequest.Builder,UpdateRequestValidatorRequest>
| Modifier and Type | Method | 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 |
requestValidatorId(String requestValidatorId) |
[Required] The identifier of RequestValidator to be updated.
|
UpdateRequestValidatorRequest.Builder |
restApiId(String restApiId) |
[Required] The identifier of the RestApi for which the given RequestValidator is updated.
|
copyapply, buildUpdateRequestValidatorRequest.Builder restApiId(String restApiId)
[Required] The identifier of the RestApi for which the given RequestValidator is updated.
restApiId - [Required] The identifier of the RestApi for which the given RequestValidator is
updated.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.
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.