Interface ListStepConsumersRequest.Builder

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

public static interface ListStepConsumersRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<ListStepConsumersRequest.Builder,ListStepConsumersRequest>
  • Method Details

    • farmId

      The farm ID for the list of step consumers.

      Parameters:
      farmId - The farm ID for the list of step consumers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The job ID for the step consumer.

      Parameters:
      jobId - The job ID for the step consumer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListStepConsumersRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

      Parameters:
      maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The token for the next set of results, or null to start from the beginning.

      Parameters:
      nextToken - The token for the next set of results, or null to start from the beginning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queueId

      The queue ID for the step consumer.

      Parameters:
      queueId - The queue ID for the step consumer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stepId

      The step ID to include on the list.

      Parameters:
      stepId - The step ID to include on the list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListStepConsumersRequest.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.