public static interface CreateDocumentRequest.Builder extends SSMRequest.Builder, 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.
|
CreateDocumentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
buildrequestOverrideConfig, requestOverrideConfigCreateDocumentRequest.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.DocumentType,
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.DocumentType,
DocumentTypeCreateDocumentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2017. All rights reserved.