public static interface StartTestSetGenerationRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<StartTestSetGenerationRequest.Builder,StartTestSetGenerationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartTestSetGenerationRequest.Builder testSetName(String testSetName)
The test set name for the test set generation request.
testSetName - The test set name for the test set generation request.StartTestSetGenerationRequest.Builder description(String description)
The test set description for the test set generation request.
description - The test set description for the test set generation request.StartTestSetGenerationRequest.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 StartTestSetGenerationRequest.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)StartTestSetGenerationRequest.Builder generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source for the test set generation.
generationDataSource - The data source for the test set generation.default StartTestSetGenerationRequest.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)StartTestSetGenerationRequest.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.StartTestSetGenerationRequest.Builder testSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set. You can only add tags when you import/generate a new test set. You
can't use the UpdateTestSet operation to update tags. To update tags, use the
TagResource operation.
testSetTags - A list of tags to add to the test set. You can only add tags when you import/generate a new test set.
You can't use the UpdateTestSet operation to update tags. To update tags, use the
TagResource operation.StartTestSetGenerationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartTestSetGenerationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.