Interface ListStepsRequest.Builder

    • Method Detail

      • 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

        ListStepsRequest.Builder stepStates​(Collection<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.
      • 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

        ListStepsRequest.Builder stepIds​(Collection<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.
      • 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

        ListStepsRequest.Builder marker​(String 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.