Interface ListStepsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>, EmrRequest.Builder, SdkBuilder<ListStepsRequest.Builder,ListStepsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListStepsRequest

public static interface ListStepsRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<ListStepsRequest.Builder,ListStepsRequest>
  • Method Details

    • clusterId

      ListStepsRequest.Builder clusterId(String clusterId)

      The identifier of the cluster for which to list the steps.

      Parameters:
      clusterId - The identifier of the cluster for which to list the steps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepStatesWithStrings

      ListStepsRequest.Builder stepStatesWithStrings(Collection<String> stepStates)

      The filter to limit the step list based on certain states.

      Parameters:
      stepStates - The filter to limit the step list based on certain states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepStatesWithStrings

      ListStepsRequest.Builder stepStatesWithStrings(String... stepStates)

      The filter to limit the step list based on certain states.

      Parameters:
      stepStates - The filter to limit the step list based on certain states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepStates

      The filter to limit the step list based on certain states.

      Parameters:
      stepStates - The filter to limit the step list based on certain states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepStates

      ListStepsRequest.Builder stepStates(StepState... stepStates)

      The filter to limit the step list based on certain states.

      Parameters:
      stepStates - The filter to limit the step list based on certain states.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepIds

      The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

      Parameters:
      stepIds - The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepIds

      ListStepsRequest.Builder stepIds(String... stepIds)

      The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

      Parameters:
      stepIds - The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • marker

      The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.

      Parameters:
      marker - The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.