public static interface DocumentVersionInfo.Builder extends SdkPojo, CopyableBuilder<DocumentVersionInfo.Builder,DocumentVersionInfo>
Modifier and Type | Method and Description |
---|---|
DocumentVersionInfo.Builder |
createdDate(Instant createdDate)
The date the document was created.
|
DocumentVersionInfo.Builder |
displayName(String displayName)
The friendly name of the SSM document.
|
DocumentVersionInfo.Builder |
documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
documentFormat(String documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
documentVersion(String documentVersion)
The document version.
|
DocumentVersionInfo.Builder |
isDefaultVersion(Boolean isDefaultVersion)
An identifier for the default version of the document.
|
DocumentVersionInfo.Builder |
name(String name)
The document name.
|
DocumentVersionInfo.Builder |
reviewStatus(ReviewStatus reviewStatus)
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo.Builder |
reviewStatus(String reviewStatus)
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo.Builder |
status(DocumentStatus status)
The status of the SSM document, such as
Creating , Active , Failed , and
Deleting . |
DocumentVersionInfo.Builder |
status(String status)
The status of the SSM document, such as
Creating , Active , Failed , and
Deleting . |
DocumentVersionInfo.Builder |
statusInformation(String statusInformation)
A message returned by Amazon Web Services Systems Manager that explains the
Status value. |
DocumentVersionInfo.Builder |
versionName(String versionName)
The version of the artifact associated with the document.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DocumentVersionInfo.Builder name(String name)
The document name.
name
- The document name.DocumentVersionInfo.Builder displayName(String displayName)
The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
displayName
- The friendly name of the SSM document. This value can differ for each version of the document. If you
want to update this value, see UpdateDocument.DocumentVersionInfo.Builder documentVersion(String documentVersion)
The document version.
documentVersion
- The document version.DocumentVersionInfo.Builder versionName(String versionName)
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
- 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.DocumentVersionInfo.Builder createdDate(Instant createdDate)
The date the document was created.
createdDate
- The date the document was created.DocumentVersionInfo.Builder isDefaultVersion(Boolean isDefaultVersion)
An identifier for the default version of the document.
isDefaultVersion
- An identifier for the default version of the document.DocumentVersionInfo.Builder documentFormat(String documentFormat)
The document format, either JSON or YAML.
documentFormat
- The document format, either JSON or YAML.DocumentFormat
,
DocumentFormat
DocumentVersionInfo.Builder documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
documentFormat
- The document format, either JSON or YAML.DocumentFormat
,
DocumentFormat
DocumentVersionInfo.Builder status(String status)
The status of the SSM document, such as Creating
, Active
, Failed
, and
Deleting
.
status
- The status of the SSM document, such as Creating
, Active
,
Failed
, and Deleting
.DocumentStatus
,
DocumentStatus
DocumentVersionInfo.Builder status(DocumentStatus status)
The status of the SSM document, such as Creating
, Active
, Failed
, and
Deleting
.
status
- The status of the SSM document, such as Creating
, Active
,
Failed
, and Deleting
.DocumentStatus
,
DocumentStatus
DocumentVersionInfo.Builder statusInformation(String statusInformation)
A message returned by Amazon Web Services Systems Manager that explains the Status
value. For
example, a Failed
status might be explained by the StatusInformation
message,
"The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
statusInformation
- A message returned by Amazon Web Services Systems Manager that explains the Status
value.
For example, a Failed
status might be explained by the StatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."DocumentVersionInfo.Builder reviewStatus(String reviewStatus)
The current status of the approval review for the latest version of the document.
reviewStatus
- The current status of the approval review for the latest version of the document.ReviewStatus
,
ReviewStatus
DocumentVersionInfo.Builder reviewStatus(ReviewStatus reviewStatus)
The current status of the approval review for the latest version of the document.
reviewStatus
- The current status of the approval review for the latest version of the document.ReviewStatus
,
ReviewStatus
Copyright © 2022. All rights reserved.