public static interface ListQueuesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueuesRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListQueuesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListQueuesRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListQueuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueuesRequest.Builder |
queueTypes(Collection<QueueType> queueTypes)
The type of queue.
|
ListQueuesRequest.Builder |
queueTypes(QueueType... queueTypes)
The type of queue.
|
ListQueuesRequest.Builder |
queueTypesWithStrings(Collection<String> queueTypes)
The type of queue.
|
ListQueuesRequest.Builder |
queueTypesWithStrings(String... queueTypes)
The type of queue.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQueuesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.ListQueuesRequest.Builder queueTypesWithStrings(Collection<String> queueTypes)
The type of queue.
queueTypes - The type of queue.ListQueuesRequest.Builder queueTypesWithStrings(String... queueTypes)
The type of queue.
queueTypes - The type of queue.ListQueuesRequest.Builder queueTypes(Collection<QueueType> queueTypes)
The type of queue.
queueTypes - The type of queue.ListQueuesRequest.Builder queueTypes(QueueType... queueTypes)
The type of queue.
queueTypes - The type of queue.ListQueuesRequest.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.ListQueuesRequest.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.ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.