public static interface CreateDocumentResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<CreateDocumentResponse.Builder,CreateDocumentResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDocumentResponse.Builder |
documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
Information about the SSM document.
|
CreateDocumentResponse.Builder |
documentDescription(DocumentDescription documentDescription)
Information about the SSM document.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDocumentResponse.Builder documentDescription(DocumentDescription documentDescription)
Information about the SSM document.
documentDescription - Information about the SSM document.default CreateDocumentResponse.Builder documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
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 documentDescription(DocumentDescription).
documentDescription - a consumer that will call methods on DocumentDescription.BuilderdocumentDescription(DocumentDescription)Copyright © 2023. All rights reserved.