public static interface CreateDocumentResponse.Builder extends SSMResponse.Builder, CopyableBuilder<CreateDocumentResponse.Builder,CreateDocumentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDocumentResponse.Builder |
documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
Information about the Systems Manager document.
|
CreateDocumentResponse.Builder |
documentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateDocumentResponse.Builder documentDescription(DocumentDescription documentDescription)
Information about the Systems Manager document.
documentDescription - Information about the Systems Manager document.default CreateDocumentResponse.Builder documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
Information about the Systems Manager document.
This is a convenience that creates an instance of theDocumentDescription.Builder avoiding the need
to create one manually via DocumentDescription.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to documentDescription(DocumentDescription).documentDescription - a consumer that will call methods on DocumentDescription.BuilderdocumentDescription(DocumentDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.