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 review of the change template.
|
ListDocumentMetadataHistoryResponse.Builder |
documentVersion(String documentVersion)
The version of the change template.
|
default ListDocumentMetadataHistoryResponse.Builder |
metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the change template approval request.
|
ListDocumentMetadataHistoryResponse.Builder |
metadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
|
ListDocumentMetadataHistoryResponse.Builder |
name(String name)
The name of the change template.
|
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 change template.
name - The name of the change template.ListDocumentMetadataHistoryResponse.Builder documentVersion(String documentVersion)
The version of the change template.
documentVersion - The version of the change template.ListDocumentMetadataHistoryResponse.Builder author(String author)
The user ID of the person in the organization who requested the review of the change template.
author - The user ID of the person in the organization who requested the review of the change template.ListDocumentMetadataHistoryResponse.Builder metadata(DocumentMetadataResponseInfo metadata)
Information about the response to the change template approval request.
metadata - Information about the response to the change template approval request.default ListDocumentMetadataHistoryResponse.Builder metadata(Consumer<DocumentMetadataResponseInfo.Builder> metadata)
Information about the response to the change template 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.