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 |
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 |
status(DocumentStatus status)
The status of the Systems Manager document, such as
Creating , Active ,
Failed , and Deleting . |
DocumentVersionInfo.Builder |
status(String status)
The status of the Systems Manager document, such as
Creating , Active ,
Failed , and Deleting . |
DocumentVersionInfo.Builder |
statusInformation(String statusInformation)
A message returned by AWS Systems Manager that explains the
Status value. |
DocumentVersionInfo.Builder |
versionName(String versionName)
The version of the artifact associated with the document.
|
copy
applyMutation, build
DocumentVersionInfo.Builder name(String name)
The document name.
name
- The document name.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 cannot 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 cannot 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 Systems Manager document, such as Creating
, Active
,
Failed
, and Deleting
.
status
- The status of the Systems Manager document, such as Creating
, Active
,
Failed
, and Deleting
.DocumentStatus
,
DocumentStatus
DocumentVersionInfo.Builder status(DocumentStatus status)
The status of the Systems Manager document, such as Creating
, Active
,
Failed
, and Deleting
.
status
- The status of the Systems Manager document, such as Creating
, Active
,
Failed
, and Deleting
.DocumentStatus
,
DocumentStatus
DocumentVersionInfo.Builder statusInformation(String statusInformation)
A message returned by AWS Systems Manager that explains the Status
value. For example, a
Failed
status might be explained by the StatusInformation
message,
"The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."
statusInformation
- A message returned by AWS Systems Manager that explains the Status
value. For example, a
Failed
status might be explained by the StatusInformation
message,
"The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.