public static interface DescribeDocumentResponse.Builder extends SSMResponse.Builder, CopyableBuilder<DescribeDocumentResponse.Builder,DescribeDocumentResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDocumentResponse.Builder |
document(Consumer<DocumentDescription.Builder> document)
Information about the Systems Manager document.
|
DescribeDocumentResponse.Builder |
document(DocumentDescription document)
Information about the Systems Manager document.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeDocumentResponse.Builder document(DocumentDescription document)
Information about the Systems Manager document.
document - Information about the Systems Manager document.default DescribeDocumentResponse.Builder document(Consumer<DocumentDescription.Builder> document)
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 document(DocumentDescription).document - a consumer that will call methods on DocumentDescription.Builderdocument(DocumentDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.