public static interface DescribeDocumentResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeDocumentResponse.Builder,DescribeDocumentResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDocumentResponse.Builder |
document(Consumer<DocumentDescription.Builder> document)
Information about the SSM document.
|
DescribeDocumentResponse.Builder |
document(DocumentDescription document)
Information about the SSM document.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDocumentResponse.Builder document(DocumentDescription document)
Information about the SSM document.
document - Information about the SSM document.default DescribeDocumentResponse.Builder document(Consumer<DocumentDescription.Builder> document)
Information about the SSM document.
This is a convenience method 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 © 2023. All rights reserved.