public static interface ListQueuesRequest.Builder extends MediaConvertRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListQueuesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListQueuesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.