Interface TestSetImportInputLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>,SdkBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>,SdkPojo
- Enclosing class:
- TestSetImportInputLocation
public static interface TestSetImportInputLocation.Builder extends SdkPojo, CopyableBuilder<TestSetImportInputLocation.Builder,TestSetImportInputLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetImportInputLocation.Builders3BucketName(String s3BucketName)The name of the Amazon S3 bucket.TestSetImportInputLocation.Builders3Path(String s3Path)The path inside the Amazon S3 bucket pointing to the test-set CSV file.-
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
-
s3BucketName
TestSetImportInputLocation.Builder s3BucketName(String s3BucketName)
The name of the Amazon S3 bucket.
- Parameters:
s3BucketName- The name of the Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Path
TestSetImportInputLocation.Builder s3Path(String s3Path)
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
- Parameters:
s3Path- The path inside the Amazon S3 bucket pointing to the test-set CSV file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-