Interface DescribeTestSetResponse.Builder

  • Method Details

    • 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

      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:
    • 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:
    • status

      The status of the test set.

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

      The status of the test set.

      Parameters:
      status - The status of the test set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • storageLocation

      default DescribeTestSetResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)

      The Amazon S3 storage location for the test set data.

      This is a convenience method that creates an instance of the TestSetStorageLocation.Builder avoiding the need to create one manually via TestSetStorageLocation.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to storageLocation(TestSetStorageLocation).

      Parameters:
      storageLocation - a consumer that will call methods on TestSetStorageLocation.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.