Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.S3SourceProperties.Builder
-
Packages that use S3SourceProperties.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of S3SourceProperties.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return S3SourceProperties.Builder Modifier and Type Method Description S3SourceProperties.BuilderS3SourceProperties.Builder. bucketName(String bucketName)The Amazon S3 bucket name where the source files are stored.S3SourceProperties.BuilderS3SourceProperties.Builder. bucketPrefix(String bucketPrefix)The object key for the Amazon S3 bucket in which the source files are stored.static S3SourceProperties.BuilderS3SourceProperties. builder()S3SourceProperties.BuilderS3SourceProperties. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type S3SourceProperties.Builder Modifier and Type Method Description static Class<? extends S3SourceProperties.Builder>S3SourceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type S3SourceProperties.Builder Modifier and Type Method Description default SourceConnectorProperties.BuilderSourceConnectorProperties.Builder. s3(Consumer<S3SourceProperties.Builder> s3)The properties that are applied when Amazon S3 is being used as the flow source.
-