public static interface SearchRelatedItemsRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<SearchRelatedItemsRequest.Builder,SearchRelatedItemsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchRelatedItemsRequest.Builder caseId(String caseId)
A unique identifier of the case.
caseId - A unique identifier of the case.SearchRelatedItemsRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.SearchRelatedItemsRequest.Builder filters(Collection<RelatedItemTypeFilter> filters)
The list of types of related items and their parameters to use for filtering.
filters - The list of types of related items and their parameters to use for filtering.SearchRelatedItemsRequest.Builder filters(RelatedItemTypeFilter... filters)
The list of types of related items and their parameters to use for filtering.
filters - The list of types of related items and their parameters to use for filtering.SearchRelatedItemsRequest.Builder filters(Consumer<RelatedItemTypeFilter.Builder>... filters)
The list of types of related items and their parameters to use for filtering.
This is a convenience method that creates an instance of theRelatedItemTypeFilter.Builder avoiding the need to
create one manually via
RelatedItemTypeFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
RelatedItemTypeFilter.Builder#filters(java.util.Collection) SearchRelatedItemsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.SearchRelatedItemsRequest.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken - The token for the next set of results. Use the value returned in the previous response in the next
request to retrieve the next set of results.SearchRelatedItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchRelatedItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.