public static interface UpdateDocumentDefaultVersionRequest.Builder extends SSMRequest.Builder, CopyableBuilder<UpdateDocumentDefaultVersionRequest.Builder,UpdateDocumentDefaultVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentDefaultVersionRequest.Builder |
documentVersion(String documentVersion)
The version of a custom document that you want to set as the default version.
|
UpdateDocumentDefaultVersionRequest.Builder |
name(String name)
The name of a custom document that you want to set as the default version.
|
UpdateDocumentDefaultVersionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDocumentDefaultVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateDocumentDefaultVersionRequest.Builder name(String name)
The name of a custom document that you want to set as the default version.
name - The name of a custom document that you want to set as the default version.UpdateDocumentDefaultVersionRequest.Builder documentVersion(String documentVersion)
The version of a custom document that you want to set as the default version.
documentVersion - The version of a custom document that you want to set as the default version.UpdateDocumentDefaultVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateDocumentDefaultVersionRequest.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.