Interface TestSetExportSpecification.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TestSetExportSpecification.Builder,,TestSetExportSpecification> SdkBuilder<TestSetExportSpecification.Builder,,TestSetExportSpecification> SdkPojo
- Enclosing class:
 TestSetExportSpecification
public static interface TestSetExportSpecification.Builder
extends SdkPojo, CopyableBuilder<TestSetExportSpecification.Builder,TestSetExportSpecification> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the test set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
testSetId
The unique identifier of the test set.
- Parameters:
 testSetId- The unique identifier of the test set.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -