Interface S3DataSourceConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3DataSourceConfiguration.Builder,
,S3DataSourceConfiguration> SdkBuilder<S3DataSourceConfiguration.Builder,
,S3DataSourceConfiguration> SdkPojo
- Enclosing class:
S3DataSourceConfiguration
@Mutable
@NotThreadSafe
public static interface S3DataSourceConfiguration.Builder
extends SdkPojo, CopyableBuilder<S3DataSourceConfiguration.Builder,S3DataSourceConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the S3 bucket that contains your data.bucketOwnerAccountId
(String bucketOwnerAccountId) The account ID for the owner of the S3 bucket.inclusionPrefixes
(String... inclusionPrefixes) A list of S3 prefixes to include certain files or content.inclusionPrefixes
(Collection<String> inclusionPrefixes) A list of S3 prefixes to include certain files or content.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
-
bucketArn
The Amazon Resource Name (ARN) of the S3 bucket that contains your data.
- Parameters:
bucketArn
- The Amazon Resource Name (ARN) of the S3 bucket that contains your data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucketOwnerAccountId
The account ID for the owner of the S3 bucket.
- Parameters:
bucketOwnerAccountId
- The account ID for the owner of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionPrefixes
A list of S3 prefixes to include certain files or content. For more information, see Organizing objects using prefixes.
- Parameters:
inclusionPrefixes
- A list of S3 prefixes to include certain files or content. For more information, see Organizing objects using prefixes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionPrefixes
A list of S3 prefixes to include certain files or content. For more information, see Organizing objects using prefixes.
- Parameters:
inclusionPrefixes
- A list of S3 prefixes to include certain files or content. For more information, see Organizing objects using prefixes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-