public static interface DocumentIdentifier.Builder extends SdkPojo, CopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>
| Modifier and Type | Method and Description |
|---|---|
DocumentIdentifier.Builder |
author(String author)
The user in your organization who created the document.
|
DocumentIdentifier.Builder |
createdDate(Instant createdDate)
The date the SSM document was created.
|
DocumentIdentifier.Builder |
displayName(String displayName)
An optional field where you can specify a friendly name for the SSM document.
|
DocumentIdentifier.Builder |
documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
|
DocumentIdentifier.Builder |
documentFormat(String documentFormat)
The document format, either JSON or YAML.
|
DocumentIdentifier.Builder |
documentType(DocumentType documentType)
The document type.
|
DocumentIdentifier.Builder |
documentType(String documentType)
The document type.
|
DocumentIdentifier.Builder |
documentVersion(String documentVersion)
The document version.
|
DocumentIdentifier.Builder |
name(String name)
The name of the SSM document.
|
DocumentIdentifier.Builder |
owner(String owner)
The Amazon Web Services user that created the document.
|
DocumentIdentifier.Builder |
platformTypes(Collection<PlatformType> platformTypes)
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypes(PlatformType... platformTypes)
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypesWithStrings(Collection<String> platformTypes)
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypesWithStrings(String... platformTypes)
The operating system platform.
|
DocumentIdentifier.Builder |
requires(Collection<DocumentRequires> requires)
A list of SSM documents required by a document.
|
DocumentIdentifier.Builder |
requires(Consumer<DocumentRequires.Builder>... requires)
A list of SSM documents required by a document.
|
DocumentIdentifier.Builder |
requires(DocumentRequires... requires)
A list of SSM documents required by a document.
|
DocumentIdentifier.Builder |
reviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
|
DocumentIdentifier.Builder |
reviewStatus(String reviewStatus)
The current status of a document review.
|
DocumentIdentifier.Builder |
schemaVersion(String schemaVersion)
The schema version.
|
DocumentIdentifier.Builder |
tags(Collection<Tag> tags)
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier.Builder |
tags(Tag... tags)
The tags, or metadata, that have been applied to the document.
|
DocumentIdentifier.Builder |
targetType(String targetType)
The target type which defines the kinds of resources the document can run on.
|
DocumentIdentifier.Builder |
versionName(String versionName)
An optional field specifying the version of the artifact associated with the document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentIdentifier.Builder name(String name)
The name of the SSM document.
name - The name of the SSM document.DocumentIdentifier.Builder createdDate(Instant createdDate)
The date the SSM document was created.
createdDate - The date the SSM document was created.DocumentIdentifier.Builder displayName(String displayName)
An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
displayName - An optional field where you can specify a friendly name for the SSM document. This value can differ
for each version of the document. If you want to update this value, see UpdateDocument.DocumentIdentifier.Builder owner(String owner)
The Amazon Web Services user that created the document.
owner - The Amazon Web Services user that created the document.DocumentIdentifier.Builder versionName(String versionName)
An optional field specifying 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 can't be changed.
versionName - An optional field specifying 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 can't be changed.DocumentIdentifier.Builder platformTypesWithStrings(Collection<String> platformTypes)
The operating system platform.
platformTypes - The operating system platform.DocumentIdentifier.Builder platformTypesWithStrings(String... platformTypes)
The operating system platform.
platformTypes - The operating system platform.DocumentIdentifier.Builder platformTypes(Collection<PlatformType> platformTypes)
The operating system platform.
platformTypes - The operating system platform.DocumentIdentifier.Builder platformTypes(PlatformType... platformTypes)
The operating system platform.
platformTypes - The operating system platform.DocumentIdentifier.Builder documentVersion(String documentVersion)
The document version.
documentVersion - The document version.DocumentIdentifier.Builder documentType(String documentType)
The document type.
documentType - The document type.DocumentType,
DocumentTypeDocumentIdentifier.Builder documentType(DocumentType documentType)
The document type.
documentType - The document type.DocumentType,
DocumentTypeDocumentIdentifier.Builder schemaVersion(String schemaVersion)
The schema version.
schemaVersion - The schema version.DocumentIdentifier.Builder documentFormat(String documentFormat)
The document format, either JSON or YAML.
documentFormat - The document format, either JSON or YAML.DocumentFormat,
DocumentFormatDocumentIdentifier.Builder documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
documentFormat - The document format, either JSON or YAML.DocumentFormat,
DocumentFormatDocumentIdentifier.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.DocumentIdentifier.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.DocumentIdentifier.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.DocumentIdentifier.Builder tags(Consumer<Tag.Builder>... tags)
The tags, or metadata, that have been applied to the document.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) DocumentIdentifier.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.DocumentIdentifier.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.DocumentIdentifier.Builder requires(Consumer<DocumentRequires.Builder>... requires)
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema document.
DocumentRequires.Builder avoiding the need to create one
manually via DocumentRequires.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #requires(List.
requires - a consumer that will call methods on
DocumentRequires.Builder#requires(java.util.Collection) DocumentIdentifier.Builder reviewStatus(String reviewStatus)
The current status of a document review.
reviewStatus - The current status of a document review.ReviewStatus,
ReviewStatusDocumentIdentifier.Builder reviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
reviewStatus - The current status of a document review.ReviewStatus,
ReviewStatusDocumentIdentifier.Builder author(String author)
The user in your organization who created the document.
author - The user in your organization who created the document.Copyright © 2023. All rights reserved.