public static interface TestSetImportResourceSpecification.Builder extends SdkPojo, CopyableBuilder<TestSetImportResourceSpecification.Builder,TestSetImportResourceSpecification>
| Modifier and Type | Method and Description |
|---|---|
TestSetImportResourceSpecification.Builder |
description(String description)
The description of the test set.
|
default TestSetImportResourceSpecification.Builder |
importInputLocation(Consumer<TestSetImportInputLocation.Builder> importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification.Builder |
importInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
|
TestSetImportResourceSpecification.Builder |
modality(String modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification.Builder |
modality(TestSetModality modality)
Specifies whether the test-set being imported contains written or spoken data.
|
TestSetImportResourceSpecification.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
|
default TestSetImportResourceSpecification.Builder |
storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetImportResourceSpecification.Builder |
storageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
TestSetImportResourceSpecification.Builder |
testSetName(String testSetName)
The name of the test set.
|
TestSetImportResourceSpecification.Builder |
testSetTags(Map<String,String> testSetTags)
A list of tags to add to the test set.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestSetImportResourceSpecification.Builder testSetName(String testSetName)
The name of the test set.
testSetName - The name of the test set.TestSetImportResourceSpecification.Builder description(String description)
The description of the test set.
description - The description of the test set.TestSetImportResourceSpecification.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.
roleArn - The Amazon Resource Name (ARN) of an IAM role that has permission to access the test set.TestSetImportResourceSpecification.Builder storageLocation(TestSetStorageLocation storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
storageLocation - Contains information about the location that Amazon Lex uses to store the test-set.default TestSetImportResourceSpecification.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location that Amazon Lex uses to store the 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)TestSetImportResourceSpecification.Builder importInputLocation(TestSetImportInputLocation importInputLocation)
Contains information about the input location from where test-set should be imported.
importInputLocation - Contains information about the input location from where test-set should be imported.default TestSetImportResourceSpecification.Builder importInputLocation(Consumer<TestSetImportInputLocation.Builder> importInputLocation)
Contains information about the input location from where test-set should be imported.
This is a convenience method that creates an instance of theTestSetImportInputLocation.Builder
avoiding the need to create one manually via TestSetImportInputLocation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to importInputLocation(TestSetImportInputLocation).
importInputLocation - a consumer that will call methods on TestSetImportInputLocation.BuilderimportInputLocation(TestSetImportInputLocation)TestSetImportResourceSpecification.Builder modality(String modality)
Specifies whether the test-set being imported contains written or spoken data.
modality - Specifies whether the test-set being imported contains written or spoken data.TestSetModality,
TestSetModalityTestSetImportResourceSpecification.Builder modality(TestSetModality modality)
Specifies whether the test-set being imported contains written or spoken data.
modality - Specifies whether the test-set being imported contains written or spoken data.TestSetModality,
TestSetModalityTestSetImportResourceSpecification.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.Copyright © 2023. All rights reserved.