public static interface ListPromptsRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListPromptsRequest.Builder,ListPromptsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPromptsRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListPromptsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPromptsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListPromptsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPromptsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPromptsRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance.
instanceId - The identifier of the Amazon Connect instance.ListPromptsRequest.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.ListPromptsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per page. The default MaxResult size is 100.
maxResults - The maximum number of results to return per page. The default MaxResult size is 100.ListPromptsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPromptsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.