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
Modifier and TypeMethodDescriptions3BucketName
(String s3BucketName) The name of the Amazon S3 bucket.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 Details
-
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
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.
-