static DocumentVersionInfo.Builder |
DocumentVersionInfo.builder() |
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.createdDate(Instant createdDate) |
The date the document was created.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.displayName(String displayName) |
The friendly name of the SSM document.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentFormat(String documentFormat) |
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentFormat(DocumentFormat documentFormat) |
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentVersion(String documentVersion) |
The document version.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.isDefaultVersion(Boolean isDefaultVersion) |
An identifier for the default version of the document.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.name(String name) |
The document name.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.reviewStatus(String reviewStatus) |
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.reviewStatus(ReviewStatus reviewStatus) |
The current status of the approval review for the latest version of the document.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.status(String status) |
The status of the SSM document, such as Creating, Active, Failed, and
Deleting.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.status(DocumentStatus status) |
The status of the SSM document, such as Creating, Active, Failed, and
Deleting.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.statusInformation(String statusInformation) |
A message returned by Amazon Web Services Systems Manager that explains the Status value.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.toBuilder() |
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.versionName(String versionName) |
The version of the artifact associated with the document.
|