Interface DescribeTestExecutionResponse.Builder

    • Method Detail

      • testExecutionId

        DescribeTestExecutionResponse.Builder testExecutionId​(String testExecutionId)

        The execution Id for the test set execution.

        Parameters:
        testExecutionId - The execution Id for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DescribeTestExecutionResponse.Builder creationDateTime​(Instant creationDateTime)

        The execution creation date and time for the test set execution.

        Parameters:
        creationDateTime - The execution creation date and time for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        DescribeTestExecutionResponse.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time of the last update for the execution.

        Parameters:
        lastUpdatedDateTime - The date and time of the last update for the execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSetId

        DescribeTestExecutionResponse.Builder testSetId​(String testSetId)

        The test set Id for the test set execution.

        Parameters:
        testSetId - The test set Id for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testSetName

        DescribeTestExecutionResponse.Builder testSetName​(String testSetName)

        The test set name of the test set execution.

        Parameters:
        testSetName - The test set name of the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • target

        DescribeTestExecutionResponse.Builder target​(TestExecutionTarget target)

        The target bot for the test set execution details.

        Parameters:
        target - The target bot for the test set execution details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiMode

        DescribeTestExecutionResponse.Builder apiMode​(String apiMode)

        Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.

        Parameters:
        apiMode - Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionApiMode, TestExecutionApiMode
      • apiMode

        DescribeTestExecutionResponse.Builder apiMode​(TestExecutionApiMode apiMode)

        Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.

        Parameters:
        apiMode - Indicates whether we use streaming or non-streaming APIs are used for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionApiMode, TestExecutionApiMode
      • failureReasons

        DescribeTestExecutionResponse.Builder failureReasons​(Collection<String> failureReasons)

        Reasons for the failure of the test set execution.

        Parameters:
        failureReasons - Reasons for the failure of the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReasons

        DescribeTestExecutionResponse.Builder failureReasons​(String... failureReasons)

        Reasons for the failure of the test set execution.

        Parameters:
        failureReasons - Reasons for the failure of the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.