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