public static interface ListDocumentMetadataHistoryRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListDocumentMetadataHistoryRequest.Builder,ListDocumentMetadataHistoryRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDocumentMetadataHistoryRequest.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,
DocumentMetadataEnumListDocumentMetadataHistoryRequest.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,
DocumentMetadataEnumListDocumentMetadataHistoryRequest.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.BuilderListDocumentMetadataHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.