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)
Add an optional request override configuration.
|
DescribeDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeDocumentRequest.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeDocumentRequest.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.