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