Interface ListWorkloadSharesResponse.Builder

    • Method Detail

      • workloadId

        ListWorkloadSharesResponse.Builder workloadId​(String workloadId)
        Sets the value of the WorkloadId property for this object.
        Parameters:
        workloadId - The new value for the WorkloadId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • workloadShareSummaries

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

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

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