Interface ListQueuesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,DeadlineRequest.Builder,SdkBuilder<ListQueuesRequest.Builder,ListQueuesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueuesRequest
public static interface ListQueuesRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListQueuesRequest.Builder,ListQueuesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueuesRequest.BuilderfarmId(String farmId)The farm ID of the queue.ListQueuesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListQueuesRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListQueuesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueuesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueuesRequest.BuilderprincipalId(String principalId)The principal ID.ListQueuesRequest.Builderstatus(String status)The status of the queues listed.ListQueuesRequest.Builderstatus(QueueStatus status)The status of the queues listed.-
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.deadline.model.DeadlineRequest.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
-
farmId
ListQueuesRequest.Builder farmId(String farmId)
The farm ID of the queue.
- Parameters:
farmId- The farm ID of the queue.- 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 to return. Use this parameter with
NextTokento get results as a set of sequential pages.- Parameters:
maxResults- The maximum number of results to return. Use this parameter withNextTokento get results as a set of sequential pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQueuesRequest.Builder nextToken(String nextToken)
The token for the next set of results, or
nullto start from the beginning.- Parameters:
nextToken- The token for the next set of results, ornullto start from the beginning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
ListQueuesRequest.Builder principalId(String principalId)
The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
- Parameters:
principalId- The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListQueuesRequest.Builder status(String status)
The status of the queues listed.
-
ACTIVE–The queues are active. -
SCHEDULING–The queues are scheduling. -
SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.
- Parameters:
status- The status of the queues listed.-
ACTIVE–The queues are active. -
SCHEDULING–The queues are scheduling. -
SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueStatus,QueueStatus
-
-
status
ListQueuesRequest.Builder status(QueueStatus status)
The status of the queues listed.
-
ACTIVE–The queues are active. -
SCHEDULING–The queues are scheduling. -
SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.
- Parameters:
status- The status of the queues listed.-
ACTIVE–The queues are active. -
SCHEDULING–The queues are scheduling. -
SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QueueStatus,QueueStatus
-
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-