Interface InputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDataConfig.Builder,InputDataConfig>,SdkBuilder<InputDataConfig.Builder,InputDataConfig>,SdkPojo
- Enclosing class:
- InputDataConfig
public static interface InputDataConfig.Builder extends SdkPojo, CopyableBuilder<InputDataConfig.Builder,InputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDataConfig.Builders3Bucket(String s3Bucket)The URI of the S3 bucket that contains the input data.InputDataConfig.Builders3Key(String s3Key)The path to the input data files in the S3 bucket.-
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
-
s3Bucket
InputDataConfig.Builder s3Bucket(String s3Bucket)
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
- Parameters:
s3Bucket- The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Key
InputDataConfig.Builder s3Key(String s3Key)
The path to the input data files in the S3 bucket.
- Parameters:
s3Key- The path to the input data files in the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-