Interface DescribeTestSetResponse.Builder

    • Method Detail

      • testSetId

        DescribeTestSetResponse.Builder testSetId​(String testSetId)

        The test set Id for the test set response.

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

        DescribeTestSetResponse.Builder testSetName​(String testSetName)

        The test set name of the test set.

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

        DescribeTestSetResponse.Builder description​(String description)

        The description of the test set.

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

        DescribeTestSetResponse.Builder modality​(String modality)

        Indicates whether the test set is audio or text data.

        Parameters:
        modality - Indicates whether the test set is audio or text data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestSetModality, TestSetModality
      • roleArn

        DescribeTestSetResponse.Builder roleArn​(String roleArn)

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Parameters:
        roleArn - The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numTurns

        DescribeTestSetResponse.Builder numTurns​(Integer numTurns)

        The total number of agent and user turn in the test set.

        Parameters:
        numTurns - The total number of agent and user turn in the test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageLocation

        DescribeTestSetResponse.Builder storageLocation​(TestSetStorageLocation storageLocation)

        The Amazon S3 storage location for the test set data.

        Parameters:
        storageLocation - The Amazon S3 storage location for the test set data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DescribeTestSetResponse.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time for the test set data.

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

        DescribeTestSetResponse.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time for the last update of the test set data.

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