public static interface ListCasesForContactRequest.Builder extends ConnectCasesRequest.Builder, SdkPojo, CopyableBuilder<ListCasesForContactRequest.Builder,ListCasesForContactRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCasesForContactRequest.Builder |
contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
|
ListCasesForContactRequest.Builder |
domainId(String domainId)
The unique identifier of the Cases domain.
|
ListCasesForContactRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListCasesForContactRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListCasesForContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCasesForContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCasesForContactRequest.Builder contactArn(String contactArn)
A unique identifier of a contact in Amazon Connect.
contactArn - A unique identifier of a contact in Amazon Connect.ListCasesForContactRequest.Builder domainId(String domainId)
The unique identifier of the Cases domain.
domainId - The unique identifier of the Cases domain.ListCasesForContactRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults - The maximum number of results to return per page.ListCasesForContactRequest.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.ListCasesForContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCasesForContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.