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