public static interface ListQueuesRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueuesRequest.Builder |
listBy(QueueListBy listBy)
Sets the value of the ListBy property for this object.
|
ListQueuesRequest.Builder |
listBy(String listBy)
Sets the value of the ListBy property for this object.
|
ListQueuesRequest.Builder |
maxResults(Integer maxResults)
Optional.
|
ListQueuesRequest.Builder |
nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of queues.
|
ListQueuesRequest.Builder |
order(Order order)
Sets the value of the Order property for this object.
|
ListQueuesRequest.Builder |
order(String order)
Sets the value of the Order property for this object.
|
ListQueuesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListQueuesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListQueuesRequest.Builder listBy(String listBy)
listBy - The new value for the ListBy property for this object.QueueListBy,
QueueListByListQueuesRequest.Builder listBy(QueueListBy listBy)
listBy - The new value for the ListBy property for this object.QueueListBy,
QueueListByListQueuesRequest.Builder maxResults(Integer maxResults)
maxResults - Optional. Number of queues, up to twenty, that will be returned at one time.ListQueuesRequest.Builder nextToken(String nextToken)
nextToken - Use this string, provided with the response to a previous request, to request the next batch of
queues.ListQueuesRequest.Builder order(String order)
ListQueuesRequest.Builder order(Order order)
ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.