public static interface DescribeDocumentRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeDocumentRequest.Builder,DescribeDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentRequest.Builder |
documentVersion(String documentVersion)
The document version for which you want information.
|
DescribeDocumentRequest.Builder |
name(String name)
The name of the SSM document.
|
DescribeDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDocumentRequest.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDocumentRequest.Builder name(String name)
The name of the SSM document.
name - The name of the SSM document.DescribeDocumentRequest.Builder documentVersion(String documentVersion)
The document version for which you want information. Can be a specific version or the default version.
documentVersion - The document version for which you want information. Can be a specific version or the default version.DescribeDocumentRequest.Builder versionName(String versionName)
An optional field specifying the version of the artifact associated with the document. For example, "Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.
versionName - An optional field specifying the version of the artifact associated with the document. For example,
"Release 12, Update 6". This value is unique across all versions of a document, and can't be changed.DescribeDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.