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