Interface ListQueuesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,PcsRequest.Builder,SdkBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueuesRequest
public static interface ListQueuesRequest.Builder extends PcsRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueuesRequest.BuilderclusterIdentifier(String clusterIdentifier)The name or ID of the cluster to list queues for.ListQueuesRequest.BuildermaxResults(Integer maxResults)The maximum number of results that are returned per call.ListQueuesRequest.BuildernextToken(String nextToken)The value ofnextTokenis a unique pagination token for each page of results returned.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.pcs.model.PcsRequest.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
-
clusterIdentifier
ListQueuesRequest.Builder clusterIdentifier(String clusterIdentifier)
The name or ID of the cluster to list queues for.
- Parameters:
clusterIdentifier- The name or ID of the cluster to list queues for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQueuesRequest.Builder nextToken(String nextToken)
The value of
nextTokenis a unique pagination token for each page of results returned. IfnextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidTokenerror.- Parameters:
nextToken- The value ofnextTokenis a unique pagination token for each page of results returned. IfnextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token returns anHTTP 400 InvalidTokenerror.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListQueuesRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use
nextTokento obtain further pages of results. The default is 10 results, and the maximum allowed page size is 100 results. A value of 0 uses the default.- Parameters:
maxResults- The maximum number of results that are returned per call. You can usenextTokento obtain further pages of results. The default is 10 results, and the maximum allowed page size is 100 results. A value of 0 uses the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-