public static interface CreateDocumentRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateDocumentRequest.Builder,CreateDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentRequest.Builder |
content(String content)
A valid JSON string.
|
CreateDocumentRequest.Builder |
documentType(DocumentType documentType)
The type of document to create.
|
CreateDocumentRequest.Builder |
documentType(String documentType)
The type of document to create.
|
CreateDocumentRequest.Builder |
name(String name)
A name for the Systems Manager document.
|
copyapply, buildCreateDocumentRequest.Builder content(String content)
A valid JSON string.
content - A valid JSON string.CreateDocumentRequest.Builder name(String name)
A name for the Systems Manager document.
name - A name for the Systems Manager document.CreateDocumentRequest.Builder documentType(String documentType)
The type of document to create. Valid document types include: Policy, Automation, and Command.
documentType - The type of document to create. Valid document types include: Policy, Automation, and Command.DocumentTypeCreateDocumentRequest.Builder documentType(DocumentType documentType)
The type of document to create. Valid document types include: Policy, Automation, and Command.
documentType - The type of document to create. Valid document types include: Policy, Automation, and Command.DocumentTypeCopyright © 2017. All rights reserved.