public static interface UpdateDocumentResponse.Builder extends SSMResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateDocumentResponse.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.BuilderdocumentDescription(DocumentDescription)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.