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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetExportSpecification.BuildertestSetId(String testSetId)The unique identifier of the test set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
testSetId
TestSetExportSpecification.Builder testSetId(String 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.
-
-