| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentVersionInfo.Builder |
DocumentVersionInfo.builder() |
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.createdDate(Instant createdDate)
The date the document was created.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.documentFormat(String 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.status(DocumentStatus status)
The status of the Systems Manager document, such as
Creating, Active,
Failed, and Deleting. |
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.status(String status)
The status of the Systems Manager document, such as
Creating, Active,
Failed, and Deleting. |
DocumentVersionInfo.Builder |
DocumentVersionInfo.Builder.statusInformation(String statusInformation)
A message returned by AWS 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentVersionInfo.Builder> |
DocumentVersionInfo.serializableBuilderClass() |
Copyright © 2020. All rights reserved.