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