public static interface ListDocumentMetadataHistoryRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListDocumentMetadataHistoryRequest.Builder,ListDocumentMetadataHistoryRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListDocumentMetadataHistoryRequest.Builder name(String name)
The name of the change template.
name
- The name of the change template.ListDocumentMetadataHistoryRequest.Builder documentVersion(String documentVersion)
The version of the change template.
documentVersion
- The version of the change template.ListDocumentMetadataHistoryRequest.Builder metadata(String metadata)
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
metadata
- The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.DocumentMetadataEnum
,
DocumentMetadataEnum
ListDocumentMetadataHistoryRequest.Builder metadata(DocumentMetadataEnum metadata)
The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.
metadata
- The type of data for which details are being requested. Currently, the only supported value is
DocumentReviews
.DocumentMetadataEnum
,
DocumentMetadataEnum
ListDocumentMetadataHistoryRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)ListDocumentMetadataHistoryRequest.Builder maxResults(Integer maxResults)
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.
maxResults
- 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.ListDocumentMetadataHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListDocumentMetadataHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.