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 |
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 Systems Manager document.
|
DocumentIdentifier.Builder |
owner(String owner)
The AWS user account 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, sdkFields
copy
applyMutation, build
DocumentIdentifier.Builder name(String name)
The name of the Systems Manager document.
name
- The name of the Systems Manager document.DocumentIdentifier.Builder owner(String owner)
The AWS user account that created the document.
owner
- The AWS user account 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 cannot 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 cannot 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
,
DocumentType
DocumentIdentifier.Builder documentType(DocumentType documentType)
The document type.
documentType
- The document type.DocumentType
,
DocumentType
DocumentIdentifier.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
,
DocumentFormat
DocumentIdentifier.Builder documentFormat(DocumentFormat documentFormat)
The document format, either JSON or YAML.
documentFormat
- The document format, either JSON or YAML.DocumentFormat
,
DocumentFormat
DocumentIdentifier.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 AWS resource and property types reference in the AWS 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 AWS resource and property types reference in the AWS 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 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)
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.
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)
DocumentIdentifier.Builder reviewStatus(String reviewStatus)
The current status of a document review.
reviewStatus
- The current status of a document review.ReviewStatus
,
ReviewStatus
DocumentIdentifier.Builder reviewStatus(ReviewStatus reviewStatus)
The current status of a document review.
reviewStatus
- The current status of a document review.ReviewStatus
,
ReviewStatus
DocumentIdentifier.Builder author(String author)
The user in your organization who created the document.
author
- The user in your organization who created the document.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.