public static interface GetDocumentRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<GetDocumentRequest.Builder,GetDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDocumentRequest.Builder |
documentFormat(DocumentFormat documentFormat)
Returns the document in the specified format.
|
GetDocumentRequest.Builder |
documentFormat(String documentFormat)
Returns the document in the specified format.
|
GetDocumentRequest.Builder |
documentVersion(String documentVersion)
The document version for which you want information.
|
GetDocumentRequest.Builder |
name(String name)
The name of the Systems Manager document.
|
GetDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetDocumentRequest.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
buildoverrideConfigurationcopyapplyMutation, buildGetDocumentRequest.Builder name(String name)
The name of the Systems Manager document.
name - The name of the Systems Manager document.GetDocumentRequest.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.GetDocumentRequest.Builder documentVersion(String documentVersion)
The document version for which you want information.
documentVersion - The document version for which you want information.GetDocumentRequest.Builder documentFormat(String documentFormat)
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
documentFormat - Returns the document in the specified format. The document format can be either JSON or YAML. JSON is
the default format.DocumentFormat,
DocumentFormatGetDocumentRequest.Builder documentFormat(DocumentFormat documentFormat)
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
documentFormat - Returns the document in the specified format. The document format can be either JSON or YAML. JSON is
the default format.DocumentFormat,
DocumentFormatGetDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.