Interface ListWorkloadsResponse.Builder

    • Method Detail

      • workloadSummaries

        ListWorkloadsResponse.Builder workloadSummaries​(Collection<WorkloadSummary> workloadSummaries)
        Sets the value of the WorkloadSummaries property for this object.
        Parameters:
        workloadSummaries - The new value for the WorkloadSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workloadSummaries

        ListWorkloadsResponse.Builder workloadSummaries​(WorkloadSummary... workloadSummaries)
        Sets the value of the WorkloadSummaries property for this object.
        Parameters:
        workloadSummaries - The new value for the WorkloadSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListWorkloadsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.