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 Systems Manager 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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDocumentRequest.Builder name(String name)
The name of the Systems Manager document.
name
- The name of the Systems Manager 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 cannot 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 cannot be changed.DescribeDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.