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