Interface ListQueueFleetAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueueFleetAssociationsRequest.Builder,ListQueueFleetAssociationsRequest>,DeadlineRequest.Builder,SdkBuilder<ListQueueFleetAssociationsRequest.Builder,ListQueueFleetAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueueFleetAssociationsRequest
public static interface ListQueueFleetAssociationsRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListQueueFleetAssociationsRequest.Builder,ListQueueFleetAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueueFleetAssociationsRequest.BuilderfarmId(String farmId)The farm ID for the queue-fleet association list.ListQueueFleetAssociationsRequest.BuilderfleetId(String fleetId)The fleet ID for the queue-fleet association list.ListQueueFleetAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListQueueFleetAssociationsRequest.BuildernextToken(String nextToken)The token for the next set of results, ornullto start from the beginning.ListQueueFleetAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueueFleetAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueueFleetAssociationsRequest.BuilderqueueId(String queueId)The queue ID for the queue-fleet association list.-
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
ListQueueFleetAssociationsRequest.Builder farmId(String farmId)
The farm ID for the queue-fleet association list.
- Parameters:
farmId- The farm ID for the queue-fleet association list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
ListQueueFleetAssociationsRequest.Builder fleetId(String fleetId)
The fleet ID for the queue-fleet association list.
- Parameters:
fleetId- The fleet ID for the queue-fleet association list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListQueueFleetAssociationsRequest.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
ListQueueFleetAssociationsRequest.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.
-
queueId
ListQueueFleetAssociationsRequest.Builder queueId(String queueId)
The queue ID for the queue-fleet association list.
- Parameters:
queueId- The queue ID for the queue-fleet association list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListQueueFleetAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueueFleetAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-