public static interface UpdateTestSetResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateTestSetResponse.Builder,UpdateTestSetResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateTestSetResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the updated test set.
|
UpdateTestSetResponse.Builder |
description(String description)
The test set description for the updated test set.
|
UpdateTestSetResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the updated test set.
|
UpdateTestSetResponse.Builder |
modality(String modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResponse.Builder |
modality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
|
UpdateTestSetResponse.Builder |
numTurns(Integer numTurns)
The number of conversation turns from the updated test set.
|
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 |
status(String status)
The status for the updated test set.
|
UpdateTestSetResponse.Builder |
status(TestSetStatus status)
The status for the updated test set.
|
default UpdateTestSetResponse.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResponse.Builder |
storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
|
UpdateTestSetResponse.Builder |
testSetId(String testSetId)
The test set Id for which update test operation to be performed.
|
UpdateTestSetResponse.Builder |
testSetName(String testSetName)
The test set name for the updated test set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTestSetResponse.Builder testSetId(String testSetId)
The test set Id for which update test operation to be performed.
testSetId - The test set Id for which update test operation to be performed.UpdateTestSetResponse.Builder testSetName(String testSetName)
The test set name for the updated test set.
testSetName - The test set name for the updated test set.UpdateTestSetResponse.Builder description(String description)
The test set description for the updated test set.
description - The test set description for the updated test set.UpdateTestSetResponse.Builder modality(String modality)
Indicates whether audio or text is used for the updated test set.
modality - Indicates whether audio or text is used for the updated test set.TestSetModality,
TestSetModalityUpdateTestSetResponse.Builder modality(TestSetModality modality)
Indicates whether audio or text is used for the updated test set.
modality - Indicates whether audio or text is used for the updated test set.TestSetModality,
TestSetModalityUpdateTestSetResponse.Builder status(String status)
The status for the updated test set.
status - The status for the updated test set.TestSetStatus,
TestSetStatusUpdateTestSetResponse.Builder status(TestSetStatus status)
The status for the updated test set.
status - The status for the updated test set.TestSetStatus,
TestSetStatusUpdateTestSetResponse.Builder roleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
roleArn - The roleARN used for any operation in the test set to access resources in the Amazon Web Services
account.UpdateTestSetResponse.Builder numTurns(Integer numTurns)
The number of conversation turns from the updated test set.
numTurns - The number of conversation turns from the updated test set.UpdateTestSetResponse.Builder storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the updated test set.
storageLocation - The Amazon S3 storage location for the updated test set.default UpdateTestSetResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the updated test set.
This is a convenience method that creates an instance of theTestSetStorageLocation.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).
storageLocation - a consumer that will call methods on TestSetStorageLocation.BuilderstorageLocation(TestSetStorageLocation)UpdateTestSetResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the updated test set.
creationDateTime - The creation date and time for the updated test set.UpdateTestSetResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the updated test set.
lastUpdatedDateTime - The date and time of the last update for the updated test set.Copyright © 2023. All rights reserved.