Interface S3DataSourceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3DataSourceConfiguration.Builder,S3DataSourceConfiguration>,SdkBuilder<S3DataSourceConfiguration.Builder,S3DataSourceConfiguration>,SdkPojo
- Enclosing class:
- S3DataSourceConfiguration
public static interface S3DataSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<S3DataSourceConfiguration.Builder,S3DataSourceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3DataSourceConfiguration.BuilderbucketArn(String bucketArn)Sets the value of the BucketArn property for this object.S3DataSourceConfiguration.BuilderinclusionPrefixes(String... inclusionPrefixes)Sets the value of the InclusionPrefixes property for this object.S3DataSourceConfiguration.BuilderinclusionPrefixes(Collection<String> inclusionPrefixes)Sets the value of the InclusionPrefixes property for this object.-
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
-
bucketArn
S3DataSourceConfiguration.Builder bucketArn(String bucketArn)
Sets the value of the BucketArn property for this object.- Parameters:
bucketArn- The new value for the BucketArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionPrefixes
S3DataSourceConfiguration.Builder inclusionPrefixes(Collection<String> inclusionPrefixes)
Sets the value of the InclusionPrefixes property for this object.- Parameters:
inclusionPrefixes- The new value for the InclusionPrefixes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inclusionPrefixes
S3DataSourceConfiguration.Builder inclusionPrefixes(String... inclusionPrefixes)
Sets the value of the InclusionPrefixes property for this object.- Parameters:
inclusionPrefixes- The new value for the InclusionPrefixes property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-