public static interface ListContactEvaluationsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListContactEvaluationsRequest.Builder,ListContactEvaluationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListContactEvaluationsRequest.Builder |
contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
ListContactEvaluationsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListContactEvaluationsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListContactEvaluationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactEvaluationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListContactEvaluationsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instance
ID in the Amazon Resource Name (ARN) of the instance.ListContactEvaluationsRequest.Builder contactId(String contactId)
The identifier of the contact in this instance of Amazon Connect.
contactId - The identifier of the contact in this instance of Amazon Connect.ListContactEvaluationsRequest.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.
This is not expected to be set because the value returned in the previous response is always null.
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. This is not expected to be set because the value returned in the previous response is always null.
ListContactEvaluationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListContactEvaluationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.