public static interface UpdateDocumentRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentRequest.Builder |
content(String content)
The content in a document that you want to update.
|
UpdateDocumentRequest.Builder |
documentVersion(String documentVersion)
The version of the document that you want to update.
|
UpdateDocumentRequest.Builder |
name(String name)
The name of the document that you want to update.
|
copyapply, buildUpdateDocumentRequest.Builder content(String content)
The content in a document that you want to update.
content - The content in a document that you want to update.UpdateDocumentRequest.Builder name(String name)
The name of the document that you want to update.
name - The name of the document that you want to update.UpdateDocumentRequest.Builder documentVersion(String documentVersion)
The version of the document that you want to update.
documentVersion - The version of the document that you want to update.Copyright © 2017. All rights reserved.