public static interface ListQueuesRequest.Builder extends SqsRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueuesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to include in the response.
|
ListQueuesRequest.Builder |
nextToken(String nextToken)
Pagination token to request the next set of results.
|
ListQueuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueuesRequest.Builder |
queueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQueuesRequest.Builder queueNamePrefix(String queueNamePrefix)
A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.
Queue URLs and names are case-sensitive.
queueNamePrefix - A string to use for filtering the list results. Only those queues whose name begins with the specified
string are returned.
Queue URLs and names are case-sensitive.
ListQueuesRequest.Builder nextToken(String nextToken)
Pagination token to request the next set of results.
nextToken - Pagination token to request the next set of results.ListQueuesRequest.Builder maxResults(Integer maxResults)
Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults to receive a value for NextToken in the response.
maxResults - Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResults to receive a value for NextToken in the response.ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.