| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetStorageLocation.Builder |
TestSetStorageLocation.builder() |
TestSetStorageLocation.Builder |
TestSetStorageLocation.Builder.kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the
test set.
|
TestSetStorageLocation.Builder |
TestSetStorageLocation.Builder.s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket in which the test set is stored.
|
TestSetStorageLocation.Builder |
TestSetStorageLocation.Builder.s3Path(String s3Path)
The path inside the Amazon S3 bucket where the test set is stored.
|
TestSetStorageLocation.Builder |
TestSetStorageLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TestSetStorageLocation.Builder> |
TestSetStorageLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTestSetResponse.Builder |
DescribeTestSetResponse.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set data.
|
default DescribeTestSetGenerationResponse.Builder |
DescribeTestSetGenerationResponse.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
|
default TestSetImportResourceSpecification.Builder |
TestSetImportResourceSpecification.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location that Amazon Lex uses to store the test-set.
|
default UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the updated test set.
|
default TestSetSummary.Builder |
TestSetSummary.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
Contains information about the location at which the test set is stored.
|
default StartTestSetGenerationRequest.Builder |
StartTestSetGenerationRequest.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
|
default StartTestSetGenerationResponse.Builder |
StartTestSetGenerationResponse.Builder.storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
|
Copyright © 2023. All rights reserved.