public static interface DocumentIdentifier.Builder extends software.amazon.awssdk.utils.builder.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 SSM document.
|
DocumentIdentifier.Builder |
owner(String owner)
The AWS user account of the person who 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 name(String name)
The name of the SSM document.
name - The name of the SSM document.DocumentIdentifier.Builder owner(String owner)
The AWS user account of the person who created the document.
owner - The AWS user account of the person who 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.Copyright © 2017. All rights reserved.