public static interface UpdateDocumentDefaultVersionRequest.Builder extends SsmRequest.Builder, SdkPojo, 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) |
UpdateDocumentDefaultVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDocumentDefaultVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.