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