Interface DescribeJobDefinitionsResponse.Builder

    • Method Detail

      • jobDefinitions

        DescribeJobDefinitionsResponse.Builder jobDefinitions​(JobDefinition... jobDefinitions)

        The list of job definitions.

        Parameters:
        jobDefinitions - The list of job definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeJobDefinitionsResponse.Builder nextToken​(String nextToken)

        The nextToken value to include in a future DescribeJobDefinitions request. When the results of a DescribeJobDefinitions request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future DescribeJobDefinitions request. When the results of a DescribeJobDefinitions request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.