Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ExportingConfig.Builder
-
Packages that use ExportingConfig.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ExportingConfig.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ExportingConfig.Builder Modifier and Type Method Description static ExportingConfig.BuilderExportingConfig. builder()default ExportingConfig.BuilderExportingConfig.Builder. s3Exporting(Consumer<S3ExportingConfig.Builder> s3Exporting)The S3 location where Identity Resolution Jobs write result files.ExportingConfig.BuilderExportingConfig.Builder. s3Exporting(S3ExportingConfig s3Exporting)The S3 location where Identity Resolution Jobs write result files.ExportingConfig.BuilderExportingConfig. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ExportingConfig.Builder Modifier and Type Method Description static Class<? extends ExportingConfig.Builder>ExportingConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type ExportingConfig.Builder Modifier and Type Method Description default MatchingRequest.BuilderMatchingRequest.Builder. exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.default MatchingResponse.BuilderMatchingResponse.Builder. exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.default RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Sets the value of the ExportingConfig property for this object.default RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)Sets the value of the ExportingConfig property for this object.
-