Interface ListAnswersResponse.Builder

    • Method Detail

      • workloadId

        ListAnswersResponse.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.
      • milestoneNumber

        ListAnswersResponse.Builder milestoneNumber​(Integer milestoneNumber)
        Sets the value of the MilestoneNumber property for this object.
        Parameters:
        milestoneNumber - The new value for the MilestoneNumber property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensAlias

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

        ListAnswersResponse.Builder lensArn​(String lensArn)

        The ARN for the lens.

        Parameters:
        lensArn - The ARN for the lens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • answerSummaries

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

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

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