Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.S3ExportingConfig.Builder
-
Packages that use S3ExportingConfig.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of S3ExportingConfig.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return S3ExportingConfig.Builder Modifier and Type Method Description static S3ExportingConfig.BuilderS3ExportingConfig. builder()S3ExportingConfig.BuilderS3ExportingConfig.Builder. s3BucketName(String s3BucketName)The name of the S3 bucket where Identity Resolution Jobs write result files.S3ExportingConfig.BuilderS3ExportingConfig.Builder. s3KeyName(String s3KeyName)The S3 key name of the location where Identity Resolution Jobs write result files.S3ExportingConfig.BuilderS3ExportingConfig. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type S3ExportingConfig.Builder Modifier and Type Method Description static Class<? extends S3ExportingConfig.Builder>S3ExportingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type S3ExportingConfig.Builder Modifier and Type Method Description default ExportingConfig.BuilderExportingConfig.Builder. s3Exporting(Consumer<S3ExportingConfig.Builder> s3Exporting)The S3 location where Identity Resolution Jobs write result files.
-