public static interface CreateDocumentRequest.Builder extends SsmRequest.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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.