Interface UpdateTestSetResponse.Builder

    • Method Detail

      • testSetId

        UpdateTestSetResponse.Builder testSetId​(String testSetId)

        The test set Id for which update test operation to be performed.

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

        UpdateTestSetResponse.Builder testSetName​(String testSetName)

        The test set name for the updated test set.

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

        UpdateTestSetResponse.Builder description​(String description)

        The test set description for the updated test set.

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

        UpdateTestSetResponse.Builder modality​(String modality)

        Indicates whether audio or text is used for the updated test set.

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

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

        UpdateTestSetResponse.Builder numTurns​(Integer numTurns)

        The number of conversation turns from the updated test set.

        Parameters:
        numTurns - The number of conversation turns from the updated test set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageLocation

        UpdateTestSetResponse.Builder storageLocation​(TestSetStorageLocation storageLocation)

        The Amazon S3 storage location for the updated test set.

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

        UpdateTestSetResponse.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time for the updated test set.

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

        UpdateTestSetResponse.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

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

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