CopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>, SdkBuilder<DocumentIdentifier.Builder,DocumentIdentifier>public static interface DocumentIdentifier.Builder extends CopyableBuilder<DocumentIdentifier.Builder,DocumentIdentifier>
| Modifier and Type | Method | Description |
|---|---|---|
DocumentIdentifier.Builder |
documentType(String documentType) |
The document type.
|
DocumentIdentifier.Builder |
documentType(DocumentType 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(String... platformTypes) |
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypes(Collection<String> platformTypes) |
The operating system platform.
|
DocumentIdentifier.Builder |
platformTypes(PlatformType... platformTypes) |
The operating system platform.
|
DocumentIdentifier.Builder |
schemaVersion(String schemaVersion) |
The schema version.
|
copyapply, buildDocumentIdentifier.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.PlatformTypeDocumentIdentifier.Builder platformTypes(String... platformTypes)
The operating system platform.
NOTE: This method appends the values to the existing list (if any). Use
#setPlatformTypes(java.util.Collection) or #withPlatformTypes(java.util.Collection) if you
want to override the existing values.
platformTypes - The operating system platform.PlatformTypeDocumentIdentifier.Builder platformTypes(PlatformType... platformTypes)
The operating system platform.
NOTE: This method appends the values to the existing list (if any). Use
#setPlatformTypes(java.util.Collection) or #withPlatformTypes(java.util.Collection) if you
want to override the existing values.
platformTypes - The operating system platform.PlatformTypeDocumentIdentifier.Builder documentVersion(String documentVersion)
The document version.
documentVersion - The document version.DocumentIdentifier.Builder documentType(String documentType)
The document type.
documentType - The document type.DocumentTypeDocumentIdentifier.Builder documentType(DocumentType documentType)
The document type.
documentType - The document type.DocumentTypeDocumentIdentifier.Builder schemaVersion(String schemaVersion)
The schema version.
schemaVersion - The schema version.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.