public static interface DocumentDescription.Builder extends SdkPojo, CopyableBuilder<DocumentDescription.Builder,DocumentDescription>
| Modifier and Type | Method and Description |
|---|---|
DocumentDescription.Builder |
approvedVersion(String approvedVersion)
The version of the document currently approved for use in the organization.
|
DocumentDescription.Builder |
attachmentsInformation(AttachmentInformation... attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
attachmentsInformation(Consumer<AttachmentInformation.Builder>... attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
|
DocumentDescription.Builder |
author(String author)
The user in your organization who created the document.
|
DocumentDescription.Builder |
createdDate(Instant createdDate)
The date when the document was created.
|
DocumentDescription.Builder |
defaultVersion(String defaultVersion)
The default version.
|
DocumentDescription.Builder |
description(String description)
A description of the document.
|
DocumentDescription.Builder |
displayName(String displayName)
The friendly name of the SSM document.
|
DocumentDescription.Builder |
documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentDescription.Builder |
documentFormat(String documentFormat)
The document format, either JSON or YAML.
|
DocumentDescription.Builder |
documentType(DocumentType documentType)
The type of document.
|
DocumentDescription.Builder |
documentType(String documentType)
The type of document.
|
DocumentDescription.Builder |
documentVersion(String documentVersion)
The document version.
|
DocumentDescription.Builder |
hash(String hash)
The Sha256 or Sha1 hash created by the system when the document was created.
|
DocumentDescription.Builder |
hashType(DocumentHashType hashType)
The hash type of the document.
|
DocumentDescription.Builder |
hashType(String hashType)
The hash type of the document.
|
DocumentDescription.Builder |
latestVersion(String latestVersion)
The latest version of the document.
|
DocumentDescription.Builder |
name(String name)
The name of the SSM document.
|
DocumentDescription.Builder |
owner(String owner)
The Amazon Web Services user account that created the document.
|
DocumentDescription.Builder |
parameters(Collection<DocumentParameter> parameters)
A description of the parameters for a document.
|
DocumentDescription.Builder |
parameters(Consumer<DocumentParameter.Builder>... parameters)
A description of the parameters for a document.
|
DocumentDescription.Builder |
parameters(DocumentParameter... parameters)
A description of the parameters for a document.
|
DocumentDescription.Builder |
pendingReviewVersion(String pendingReviewVersion)
The version of the document that is currently under review.
|
DocumentDescription.Builder |
platformTypes(Collection<PlatformType> platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription.Builder |
platformTypes(PlatformType... platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription.Builder |
platformTypesWithStrings(Collection<String> platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription.Builder |
platformTypesWithStrings(String... platformTypes)
The list of OS platforms compatible with this SSM document.
|
DocumentDescription.Builder |
requires(Collection<DocumentRequires> requires)
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
requires(Consumer<DocumentRequires.Builder>... requires)
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
requires(DocumentRequires... requires)
A list of SSM documents required by a document.
|
DocumentDescription.Builder |
reviewInformation(Collection<ReviewInformation> reviewInformation)
Details about the review of a document.
|
DocumentDescription.Builder |
reviewInformation(Consumer<ReviewInformation.Builder>... reviewInformation)
Details about the review of a document.
|
DocumentDescription.Builder |
reviewInformation(ReviewInformation... reviewInformation)
Details about the review of a document.
|
DocumentDescription.Builder |
reviewStatus(ReviewStatus reviewStatus)
The current status of the review.
|
DocumentDescription.Builder |
reviewStatus(String reviewStatus)
The current status of the review.
|
DocumentDescription.Builder |
schemaVersion(String schemaVersion)
The schema version.
|
DocumentDescription.Builder |
sha1(String sha1)
The SHA1 hash of the document, which you can use for verification.
|
DocumentDescription.Builder |
status(DocumentStatus status)
The status of the SSM document.
|
DocumentDescription.Builder |
status(String status)
The status of the SSM document.
|
DocumentDescription.Builder |
statusInformation(String statusInformation)
A message returned by Amazon Web Services Systems Manager that explains the
Status value. |
DocumentDescription.Builder |
tags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
tags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentDescription.Builder |
targetType(String targetType)
The target type which defines the kinds of resources the document can run on.
|
DocumentDescription.Builder |
versionName(String versionName)
The version of the artifact associated with the document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentDescription.Builder sha1(String sha1)
The SHA1 hash of the document, which you can use for verification.
sha1 - The SHA1 hash of the document, which you can use for verification.DocumentDescription.Builder hash(String hash)
The Sha256 or Sha1 hash created by the system when the document was created.
Sha1 hashes have been deprecated.
hash - The Sha256 or Sha1 hash created by the system when the document was created. Sha1 hashes have been deprecated.
DocumentDescription.Builder hashType(String hashType)
The hash type of the document. Valid values include Sha256 or Sha1.
Sha1 hashes have been deprecated.
hashType - The hash type of the document. Valid values include Sha256 or Sha1.
Sha1 hashes have been deprecated.
DocumentHashType,
DocumentHashTypeDocumentDescription.Builder hashType(DocumentHashType hashType)
The hash type of the document. Valid values include Sha256 or Sha1.
Sha1 hashes have been deprecated.
hashType - The hash type of the document. Valid values include Sha256 or Sha1.
Sha1 hashes have been deprecated.
DocumentHashType,
DocumentHashTypeDocumentDescription.Builder name(String name)
The name of the SSM document.
name - The name of the SSM document.DocumentDescription.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.DocumentDescription.Builder versionName(String versionName)
The version of the artifact associated with the document.
versionName - The version of the artifact associated with the document.DocumentDescription.Builder owner(String owner)
The Amazon Web Services user account that created the document.
owner - The Amazon Web Services user account that created the document.DocumentDescription.Builder createdDate(Instant createdDate)
The date when the document was created.
createdDate - The date when the document was created.DocumentDescription.Builder status(String status)
The status of the SSM document.
status - The status of the SSM document.DocumentStatus,
DocumentStatusDocumentDescription.Builder status(DocumentStatus status)
The status of the SSM document.
status - The status of the SSM document.DocumentStatus,
DocumentStatusDocumentDescription.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."DocumentDescription.Builder documentVersion(String documentVersion)
The document version.
documentVersion - The document version.DocumentDescription.Builder description(String description)
A description of the document.
description - A description of the document.DocumentDescription.Builder parameters(Collection<DocumentParameter> parameters)
A description of the parameters for a document.
parameters - A description of the parameters for a document.DocumentDescription.Builder parameters(DocumentParameter... parameters)
A description of the parameters for a document.
parameters - A description of the parameters for a document.DocumentDescription.Builder parameters(Consumer<DocumentParameter.Builder>... parameters)
A description of the parameters for a document.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) DocumentDescription.Builder platformTypesWithStrings(Collection<String> platformTypes)
The list of OS platforms compatible with this SSM document.
platformTypes - The list of OS platforms compatible with this SSM document.DocumentDescription.Builder platformTypesWithStrings(String... platformTypes)
The list of OS platforms compatible with this SSM document.
platformTypes - The list of OS platforms compatible with this SSM document.DocumentDescription.Builder platformTypes(Collection<PlatformType> platformTypes)
The list of OS platforms compatible with this SSM document.
platformTypes - The list of OS platforms compatible with this SSM document.DocumentDescription.Builder platformTypes(PlatformType... platformTypes)
The list of OS platforms compatible with this SSM document.
platformTypes - The list of OS platforms compatible with this SSM document.DocumentDescription.Builder documentType(String documentType)
The type of document.
documentType - The type of document.DocumentType,
DocumentTypeDocumentDescription.Builder documentType(DocumentType documentType)
The type of document.
documentType - The type of document.DocumentType,
DocumentTypeDocumentDescription.Builder schemaVersion(String schemaVersion)
The schema version.
schemaVersion - The schema version.DocumentDescription.Builder latestVersion(String latestVersion)
The latest version of the document.
latestVersion - The latest version of the document.DocumentDescription.Builder defaultVersion(String defaultVersion)
The default version.
defaultVersion - The default version.DocumentDescription.Builder documentFormat(String documentFormat)
The document format, either JSON or YAML.
documentFormat - The document format, either JSON or YAML.DocumentFormat,
DocumentFormatDocumentDescription.Builder documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
documentFormat - The document format, either JSON or YAML.DocumentFormat,
DocumentFormatDocumentDescription.Builder targetType(String targetType)
The target type which defines the kinds of resources the document can run on. For example,
/AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.
targetType - The target type which defines the kinds of resources the document can run on. For example,
/AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User
Guide.DocumentDescription.Builder tags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
tags - The tags, or metadata, that have been applied to the document.DocumentDescription.Builder tags(Tag... tags)
The tags, or metadata, that have been applied to the document.
tags - The tags, or metadata, that have been applied to the document.DocumentDescription.Builder tags(Consumer<Tag.Builder>... tags)
The tags, or metadata, that have been applied to the document.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) DocumentDescription.Builder attachmentsInformation(Collection<AttachmentInformation> attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
attachmentsInformation - Details about the document attachments, including names, locations, sizes, and so on.DocumentDescription.Builder attachmentsInformation(AttachmentInformation... attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
attachmentsInformation - Details about the document attachments, including names, locations, sizes, and so on.DocumentDescription.Builder attachmentsInformation(Consumer<AttachmentInformation.Builder>... attachmentsInformation)
Details about the document attachments, including names, locations, sizes, and so on.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #attachmentsInformation(List) .attachmentsInformation - a consumer that will call methods on List.Builder #attachmentsInformation(List) DocumentDescription.Builder requires(Collection<DocumentRequires> requires)
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.
requires - A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.DocumentDescription.Builder requires(DocumentRequires... requires)
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.
requires - A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.DocumentDescription.Builder requires(Consumer<DocumentRequires.Builder>... requires)
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #requires(List) .requires - a consumer that will call methods on List.Builder #requires(List) DocumentDescription.Builder author(String author)
The user in your organization who created the document.
author - The user in your organization who created the document.DocumentDescription.Builder reviewInformation(Collection<ReviewInformation> reviewInformation)
Details about the review of a document.
reviewInformation - Details about the review of a document.DocumentDescription.Builder reviewInformation(ReviewInformation... reviewInformation)
Details about the review of a document.
reviewInformation - Details about the review of a document.DocumentDescription.Builder reviewInformation(Consumer<ReviewInformation.Builder>... reviewInformation)
Details about the review of a document.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #reviewInformation(List) .reviewInformation - a consumer that will call methods on List.Builder #reviewInformation(List) DocumentDescription.Builder approvedVersion(String approvedVersion)
The version of the document currently approved for use in the organization.
approvedVersion - The version of the document currently approved for use in the organization.DocumentDescription.Builder pendingReviewVersion(String pendingReviewVersion)
The version of the document that is currently under review.
pendingReviewVersion - The version of the document that is currently under review.DocumentDescription.Builder reviewStatus(String reviewStatus)
The current status of the review.
reviewStatus - The current status of the review.ReviewStatus,
ReviewStatusDocumentDescription.Builder reviewStatus(ReviewStatus reviewStatus)
The current status of the review.
reviewStatus - The current status of the review.ReviewStatus,
ReviewStatusCopyright © 2021. All rights reserved.