static UpdateTestSetResponse.Builder |
UpdateTestSetResponse.builder() |
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.creationDateTime(Instant creationDateTime) |
The creation date and time for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.description(String description) |
The test set description for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.lastUpdatedDateTime(Instant lastUpdatedDateTime) |
The date and time of the last update for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.modality(String modality) |
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.modality(TestSetModality modality) |
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.numTurns(Integer numTurns) |
The number of conversation turns from the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.roleArn(String roleArn) |
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.status(String status) |
The status for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.status(TestSetStatus status) |
The status for the updated test set.
|
default UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation) |
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.storageLocation(TestSetStorageLocation storageLocation) |
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.testSetId(String testSetId) |
The test set Id for which update test operation to be performed.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.testSetName(String testSetName) |
The test set name for the updated test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.toBuilder() |
|