Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestSetStorageLocation.Builder
-
Packages that use TestSetStorageLocation.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetStorageLocation.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetStorageLocation.Builder Modifier and Type Method Description static TestSetStorageLocation.BuilderTestSetStorageLocation. builder()TestSetStorageLocation.BuilderTestSetStorageLocation.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.BuilderTestSetStorageLocation.Builder. s3BucketName(String s3BucketName)The name of the Amazon S3 bucket in which the test set is stored.TestSetStorageLocation.BuilderTestSetStorageLocation.Builder. s3Path(String s3Path)The path inside the Amazon S3 bucket where the test set is stored.TestSetStorageLocation.BuilderTestSetStorageLocation. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetStorageLocation.Builder Modifier and Type Method Description static Class<? extends TestSetStorageLocation.Builder>TestSetStorageLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetStorageLocation.Builder Modifier and Type Method Description default DescribeTestSetGenerationResponse.BuilderDescribeTestSetGenerationResponse.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the test set generation.default DescribeTestSetResponse.BuilderDescribeTestSetResponse.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the test set data.default StartTestSetGenerationRequest.BuilderStartTestSetGenerationRequest.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the test set generation.default StartTestSetGenerationResponse.BuilderStartTestSetGenerationResponse.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the test set generation.default TestSetImportResourceSpecification.BuilderTestSetImportResourceSpecification.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)Contains information about the location that Amazon Lex uses to store the test-set.default TestSetSummary.BuilderTestSetSummary.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)Contains information about the location at which the test set is stored.default UpdateTestSetResponse.BuilderUpdateTestSetResponse.Builder. storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the updated test set.
-