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