Interface ListOptimizationJobsResponse.Builder

    • Method Detail

      • optimizationJobSummaries

        ListOptimizationJobsResponse.Builder optimizationJobSummaries​(Collection<OptimizationJobSummary> optimizationJobSummaries)

        A list of optimization jobs and their properties that matches any of the filters you specified in the request.

        Parameters:
        optimizationJobSummaries - A list of optimization jobs and their properties that matches any of the filters you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • optimizationJobSummaries

        ListOptimizationJobsResponse.Builder optimizationJobSummaries​(OptimizationJobSummary... optimizationJobSummaries)

        A list of optimization jobs and their properties that matches any of the filters you specified in the request.

        Parameters:
        optimizationJobSummaries - A list of optimization jobs and their properties that matches any of the filters you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOptimizationJobsResponse.Builder nextToken​(String nextToken)

        The token to use in a subsequent request to get the next set of results following a truncated response.

        Parameters:
        nextToken - The token to use in a subsequent request to get the next set of results following a truncated response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.