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 SSM document.
|
GetDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDocumentRequest.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetDocumentRequest.Builder name(String name)
The name of the SSM document.
name
- The name of the SSM 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 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.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
,
DocumentFormat
GetDocumentRequest.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
,
DocumentFormat
GetDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.