Interface ListTopicReviewedAnswersResponse.Builder

    • Method Detail

      • topicId

        ListTopicReviewedAnswersResponse.Builder topicId​(String topicId)

        The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        Parameters:
        topicId - The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topicArn

        ListTopicReviewedAnswersResponse.Builder topicArn​(String topicArn)

        The Amazon Resource Name (ARN) of the topic.

        Parameters:
        topicArn - The Amazon Resource Name (ARN) of the topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • answers

        ListTopicReviewedAnswersResponse.Builder answers​(TopicReviewedAnswer... answers)

        The definition of all Answers in the topic.

        Parameters:
        answers - The definition of all Answers in the topic.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ListTopicReviewedAnswersResponse.Builder status​(Integer status)

        The HTTP status of the request.

        Parameters:
        status - The HTTP status of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        ListTopicReviewedAnswersResponse.Builder requestId​(String requestId)

        The Amazon Web Services request ID for this operation.

        Parameters:
        requestId - The Amazon Web Services request ID for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.