Interface DataIntegrationFlowS3Source.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationFlowS3Source.Builder,
,DataIntegrationFlowS3Source> SdkBuilder<DataIntegrationFlowS3Source.Builder,
,DataIntegrationFlowS3Source> SdkPojo
- Enclosing class:
DataIntegrationFlowS3Source
@Mutable
@NotThreadSafe
public static interface DataIntegrationFlowS3Source.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationFlowS3Source.Builder,DataIntegrationFlowS3Source>
-
Method Summary
Modifier and TypeMethodDescriptionbucketName
(String bucketName) The S3 bucket name of the S3 source.The S3 object key of the S3 source.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, sdkFieldNameToField, sdkFields
-
Method Details
-
bucketName
The S3 bucket name of the S3 source.
- Parameters:
bucketName
- The S3 bucket name of the S3 source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
The S3 object key of the S3 source.
- Parameters:
key
- The S3 object key of the S3 source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-