public static interface DocumentIdentifier.Builder extends CopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>
| Modifier and Type | Method and Description |
|---|---|
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<String> platformTypes)
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypes(String... platformTypes)
The operating system platform.
|
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.
|
copyapply, buildDocumentIdentifier.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 platformTypes(Collection<String> platformTypes)
The operating system platform.
platformTypes - The operating system platform.DocumentIdentifier.Builder platformTypes(String... 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 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) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.