public static interface DescribeTestSetGenerationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestSetGenerationResponse.Builder,DescribeTestSetGenerationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetGenerationResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
description(String description)
The test set description for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
failureReasons(Collection<String> failureReasons)
The reasons the test set generation failed.
|
DescribeTestSetGenerationResponse.Builder |
failureReasons(String... failureReasons)
The reasons the test set generation failed.
|
default DescribeTestSetGenerationResponse.Builder |
generationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)
The data source of the test set used for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source of the test set used for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
roleArn(String roleArn)
The roleARN of the test set used for the test set generation.
|
default DescribeTestSetGenerationResponse.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
testSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
testSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
|
DescribeTestSetGenerationResponse.Builder |
testSetId(String testSetId)
The unique identifier for the test set created for the generated test set.
|
DescribeTestSetGenerationResponse.Builder |
testSetName(String testSetName)
The test set name for the generated test set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTestSetGenerationResponse.Builder testSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation.
testSetGenerationId - The unique identifier of the test set generation.DescribeTestSetGenerationResponse.Builder testSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
testSetGenerationStatus - The status for the test set generation.TestSetGenerationStatus,
TestSetGenerationStatusDescribeTestSetGenerationResponse.Builder testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
testSetGenerationStatus - The status for the test set generation.TestSetGenerationStatus,
TestSetGenerationStatusDescribeTestSetGenerationResponse.Builder failureReasons(Collection<String> failureReasons)
The reasons the test set generation failed.
failureReasons - The reasons the test set generation failed.DescribeTestSetGenerationResponse.Builder failureReasons(String... failureReasons)
The reasons the test set generation failed.
failureReasons - The reasons the test set generation failed.DescribeTestSetGenerationResponse.Builder testSetId(String testSetId)
The unique identifier for the test set created for the generated test set.
testSetId - The unique identifier for the test set created for the generated test set.DescribeTestSetGenerationResponse.Builder testSetName(String testSetName)
The test set name for the generated test set.
testSetName - The test set name for the generated test set.DescribeTestSetGenerationResponse.Builder description(String description)
The test set description for the test set generation.
description - The test set description for the test set generation.DescribeTestSetGenerationResponse.Builder storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
storageLocation - The Amazon S3 storage location for the test set generation.default DescribeTestSetGenerationResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
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)DescribeTestSetGenerationResponse.Builder generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source of the test set used for the test set generation.
generationDataSource - The data source of the test set used for the test set generation.default DescribeTestSetGenerationResponse.Builder generationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)
The data source of the test set used for the test set generation.
This is a convenience method that creates an instance of theTestSetGenerationDataSource.Builder
avoiding the need to create one manually via TestSetGenerationDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to generationDataSource(TestSetGenerationDataSource).
generationDataSource - a consumer that will call methods on TestSetGenerationDataSource.BuildergenerationDataSource(TestSetGenerationDataSource)DescribeTestSetGenerationResponse.Builder roleArn(String roleArn)
The roleARN of the test set used for the test set generation.
roleArn - The roleARN of the test set used for the test set generation.DescribeTestSetGenerationResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set generation.
creationDateTime - The creation date and time for the test set generation.DescribeTestSetGenerationResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the test set generation.
lastUpdatedDateTime - The date and time of the last update for the test set generation.Copyright © 2023. All rights reserved.