Interface DocumentVersionInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentVersionInfo.Builder,
,DocumentVersionInfo> SdkBuilder<DocumentVersionInfo.Builder,
,DocumentVersionInfo> SdkPojo
- Enclosing class:
DocumentVersionInfo
-
Method Summary
Modifier and TypeMethodDescriptioncreatedDate
(Instant createdDate) The date the document was created.displayName
(String displayName) The friendly name of the SSM document.documentFormat
(String documentFormat) The document format, either JSON or YAML.documentFormat
(DocumentFormat documentFormat) The document format, either JSON or YAML.documentVersion
(String documentVersion) The document version.isDefaultVersion
(Boolean isDefaultVersion) An identifier for the default version of the document.The document name.reviewStatus
(String reviewStatus) The current status of the approval review for the latest version of the document.reviewStatus
(ReviewStatus reviewStatus) The current status of the approval review for the latest version of the document.The status of the SSM document, such asCreating
,Active
,Failed
, andDeleting
.status
(DocumentStatus status) The status of the SSM document, such asCreating
,Active
,Failed
, andDeleting
.statusInformation
(String statusInformation) A message returned by Amazon Web Services Systems Manager that explains theStatus
value.versionName
(String versionName) The version of the artifact associated with the document.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The document name.
- Parameters:
name
- The document name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentVersion
The document version.
- Parameters:
documentVersion
- The document version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
- Parameters:
versionName
- The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdDate
The date the document was created.
- Parameters:
createdDate
- The date the document was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isDefaultVersion
An identifier for the default version of the document.
- Parameters:
isDefaultVersion
- An identifier for the default version of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documentFormat
The document format, either JSON or YAML.
- Parameters:
documentFormat
- The document format, either JSON or YAML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documentFormat
The document format, either JSON or YAML.
- Parameters:
documentFormat
- The document format, either JSON or YAML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SSM document, such as
Creating
,Active
,Failed
, andDeleting
.- Parameters:
status
- The status of the SSM document, such asCreating
,Active
,Failed
, andDeleting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the SSM document, such as
Creating
,Active
,Failed
, andDeleting
.- Parameters:
status
- The status of the SSM document, such asCreating
,Active
,Failed
, andDeleting
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusInformation
A message returned by Amazon Web Services Systems Manager that explains the
Status
value. For example, aFailed
status might be explained by theStatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."- Parameters:
statusInformation
- A message returned by Amazon Web Services Systems Manager that explains theStatus
value. For example, aFailed
status might be explained by theStatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reviewStatus
The current status of the approval review for the latest version of the document.
- Parameters:
reviewStatus
- The current status of the approval review for the latest version of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reviewStatus
The current status of the approval review for the latest version of the document.
- Parameters:
reviewStatus
- The current status of the approval review for the latest version of the document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-