Interface ListQueuesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,MediaConvertRequest.Builder,SdkBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueuesRequest
public static interface ListQueuesRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueuesRequest.BuilderlistBy(String listBy)Optional.ListQueuesRequest.BuilderlistBy(QueueListBy listBy)Optional.ListQueuesRequest.BuildermaxResults(Integer maxResults)Optional.ListQueuesRequest.BuildernextToken(String nextToken)Use this string, provided with the response to a previous request, to request the next batch of queues.ListQueuesRequest.Builderorder(String order)Optional.ListQueuesRequest.Builderorder(Order order)Optional.ListQueuesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueuesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
listBy
ListQueuesRequest.Builder listBy(String listBy)
Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.- Parameters:
listBy- Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueListBy,QueueListBy
-
listBy
ListQueuesRequest.Builder listBy(QueueListBy listBy)
Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.- Parameters:
listBy- Optional. When you request a list of queues, you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE. If you don't specify, the service will list them by creation date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueListBy,QueueListBy
-
maxResults
ListQueuesRequest.Builder maxResults(Integer maxResults)
Optional. Number of queues, up to twenty, that will be returned at one time.- Parameters:
maxResults- Optional. Number of queues, up to twenty, that will be returned at one time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQueuesRequest.Builder nextToken(String nextToken)
Use this string, provided with the response to a previous request, to request the next batch of queues.- Parameters:
nextToken- Use this string, provided with the response to a previous request, to request the next batch of queues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
order
ListQueuesRequest.Builder order(String order)
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
-
order
ListQueuesRequest.Builder order(Order order)
Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-