CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>, SdkBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>public static interface UpdateDocumentRequest.Builder extends CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.