Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.TestSetExportSpecification.Builder
-
Packages that use TestSetExportSpecification.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TestSetExportSpecification.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return TestSetExportSpecification.Builder Modifier and Type Method Description static TestSetExportSpecification.BuilderTestSetExportSpecification. builder()TestSetExportSpecification.BuilderTestSetExportSpecification.Builder. testSetId(String testSetId)The unique identifier of the test set.TestSetExportSpecification.BuilderTestSetExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TestSetExportSpecification.Builder Modifier and Type Method Description static Class<? extends TestSetExportSpecification.Builder>TestSetExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TestSetExportSpecification.Builder Modifier and Type Method Description default ExportResourceSpecification.BuilderExportResourceSpecification.Builder. testSetExportSpecification(Consumer<TestSetExportSpecification.Builder> testSetExportSpecification)Specifications for the test set that is exported as a resource.
-