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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.