public static interface UpdateDocumentResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<UpdateDocumentResponse.Builder,UpdateDocumentResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateDocumentResponse.Builder |
documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
A description of the document that was updated.
|
UpdateDocumentResponse.Builder |
documentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDocumentResponse.Builder documentDescription(DocumentDescription documentDescription)
A description of the document that was updated.
documentDescription
- A description of the document that was updated.default UpdateDocumentResponse.Builder documentDescription(Consumer<DocumentDescription.Builder> documentDescription)
A description of the document that was updated.
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.Builder
documentDescription(DocumentDescription)
Copyright © 2020. All rights reserved.