CopyableBuilder<UpdateDocumentationVersionRequest.Builder,UpdateDocumentationVersionRequest>
, SdkBuilder<UpdateDocumentationVersionRequest.Builder,UpdateDocumentationVersionRequest>
public static interface UpdateDocumentationVersionRequest.Builder extends CopyableBuilder<UpdateDocumentationVersionRequest.Builder,UpdateDocumentationVersionRequest>
Modifier and Type | Method | 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 |
restApiId(String restApiId) |
[Required] The identifier of an API of the to-be-updated documentation version.
|
copy
apply, build
UpdateDocumentationVersionRequest.Builder restApiId(String restApiId)
[Required] The identifier of an API of the to-be-updated documentation version.
restApiId
- [Required] The identifier of an API of the to-be-updated documentation version.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.
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.