Interface ListJobsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>, GlueResponse.Builder, SdkBuilder<ListJobsResponse.Builder,ListJobsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListJobsResponse

public static interface ListJobsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse>
  • Method Details

    • jobNames

      The names of all jobs in the account, or the jobs with the specified tags.

      Parameters:
      jobNames - The names of all jobs in the account, or the jobs with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobNames

      ListJobsResponse.Builder jobNames(String... jobNames)

      The names of all jobs in the account, or the jobs with the specified tags.

      Parameters:
      jobNames - The names of all jobs in the account, or the jobs with the specified tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListJobsResponse.Builder nextToken(String nextToken)

      A continuation token, if the returned list does not contain the last metric available.

      Parameters:
      nextToken - A continuation token, if the returned list does not contain the last metric available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.