Interface ListClusterJobsRequest.Builder

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

public static interface ListClusterJobsRequest.Builder extends SnowballRequest.Builder, SdkPojo, CopyableBuilder<ListClusterJobsRequest.Builder,ListClusterJobsRequest>
  • Method Details

    • clusterId

      ListClusterJobsRequest.Builder clusterId(String clusterId)

      The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

      Parameters:
      clusterId - The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListClusterJobsRequest.Builder maxResults(Integer maxResults)

      The number of JobListEntry objects to return.

      Parameters:
      maxResults - The number of JobListEntry objects to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListClusterJobsRequest.Builder nextToken(String nextToken)

      HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

      Parameters:
      nextToken - HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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