public static interface DocumentRequires.Builder extends SdkPojo, CopyableBuilder<DocumentRequires.Builder,DocumentRequires>
Modifier and Type | Method and Description |
---|---|
DocumentRequires.Builder |
name(String name)
The name of the required SSM document.
|
DocumentRequires.Builder |
requireType(String requireType)
The document type of the required SSM document.
|
DocumentRequires.Builder |
version(String version)
The document version required by the current document.
|
DocumentRequires.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DocumentRequires.Builder name(String name)
The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
name
- The name of the required SSM document. The name can be an Amazon Resource Name (ARN).DocumentRequires.Builder version(String version)
The document version required by the current document.
version
- The document version required by the current document.DocumentRequires.Builder requireType(String requireType)
The document type of the required SSM document.
requireType
- The document type of the required SSM document.DocumentRequires.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.Copyright © 2023. All rights reserved.