public static interface ListDocumentMetadataHistoryResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListDocumentMetadataHistoryResponse.Builder,ListDocumentMetadataHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDocumentMetadataHistoryResponse.Builder |
author(String author)
The user ID of the person in the organization who requested the document review.
|
ListDocumentMetadataHistoryResponse.Builder |
documentVersion(String documentVersion)
The version of the document.
|
default ListDocumentMetadataHistoryResponse.Builder |
metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the document approval request.
|
ListDocumentMetadataHistoryResponse.Builder |
metadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
|
ListDocumentMetadataHistoryResponse.Builder |
name(String name)
The name of the document.
|
ListDocumentMetadataHistoryResponse.Builder |
nextToken(String nextToken)
The maximum number of items to return for this call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDocumentMetadataHistoryResponse.Builder name(String name)
The name of the document.
name - The name of the document.ListDocumentMetadataHistoryResponse.Builder documentVersion(String documentVersion)
The version of the document.
documentVersion - The version of the document.ListDocumentMetadataHistoryResponse.Builder author(String author)
The user ID of the person in the organization who requested the document review.
author - The user ID of the person in the organization who requested the document review.ListDocumentMetadataHistoryResponse.Builder metadata(DocumentMetadataResponseInfo metadata)
Information about the response to the document approval request.
metadata - Information about the response to the document approval request.default ListDocumentMetadataHistoryResponse.Builder metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the document approval request.
This is a convenience that creates an instance of theDocumentMetadataResponseInfo.Builder avoiding
the need to create one manually via DocumentMetadataResponseInfo.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to metadata(DocumentMetadataResponseInfo).metadata - a consumer that will call methods on DocumentMetadataResponseInfo.Buildermetadata(DocumentMetadataResponseInfo)ListDocumentMetadataHistoryResponse.Builder nextToken(String nextToken)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
nextToken - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.Copyright © 2021. All rights reserved.