public static interface StartTestSetGenerationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StartTestSetGenerationResponse.Builder,StartTestSetGenerationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartTestSetGenerationResponse.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time for the test set generation.
|
StartTestSetGenerationResponse.Builder |
description(String description)
The description used for the test set generation.
|
default StartTestSetGenerationResponse.Builder |
generationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationResponse.Builder |
generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
|
StartTestSetGenerationResponse.Builder |
roleArn(String roleArn)
The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
|
default StartTestSetGenerationResponse.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationResponse.Builder |
storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
|
StartTestSetGenerationResponse.Builder |
testSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation to describe.
|
StartTestSetGenerationResponse.Builder |
testSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
|
StartTestSetGenerationResponse.Builder |
testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
|
StartTestSetGenerationResponse.Builder |
testSetName(String testSetName)
The test set name used for the test set generation.
|
StartTestSetGenerationResponse.Builder |
testSetTags(Map<String,String> testSetTags)
A list of tags that was used for the test set that is being generated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTestSetGenerationResponse.Builder testSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation to describe.
testSetGenerationId - The unique identifier of the test set generation to describe.StartTestSetGenerationResponse.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.StartTestSetGenerationResponse.Builder testSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
testSetGenerationStatus - The status for the test set generation.TestSetGenerationStatus,
TestSetGenerationStatusStartTestSetGenerationResponse.Builder testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
testSetGenerationStatus - The status for the test set generation.TestSetGenerationStatus,
TestSetGenerationStatusStartTestSetGenerationResponse.Builder testSetName(String testSetName)
The test set name used for the test set generation.
testSetName - The test set name used for the test set generation.StartTestSetGenerationResponse.Builder description(String description)
The description used for the test set generation.
description - The description used for the test set generation.StartTestSetGenerationResponse.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 StartTestSetGenerationResponse.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)StartTestSetGenerationResponse.Builder generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
generationDataSource - The data source for the test set generation.default StartTestSetGenerationResponse.Builder generationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)
The data source 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)StartTestSetGenerationResponse.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.StartTestSetGenerationResponse.Builder testSetTags(Map<String,String> testSetTags)
A list of tags that was used for the test set that is being generated.
testSetTags - A list of tags that was used for the test set that is being generated.Copyright © 2023. All rights reserved.