Interface GetAnswerResponse.Builder

    • Method Detail

      • workloadId

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

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

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

        GetAnswerResponse.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.
      • answer

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