public static interface UpdateDocumentRequest.Builder extends SSMRequest.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.
|
UpdateDocumentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDocumentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.UpdateDocumentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateDocumentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.