Interface UpdateAnswerResponse.Builder

    • Method Detail

      • workloadId

        UpdateAnswerResponse.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.
      • lensAlias

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

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

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