Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.MagneticStoreRejectedDataLocation.Builder
-
Packages that use MagneticStoreRejectedDataLocation.Builder Package Description software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of MagneticStoreRejectedDataLocation.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return MagneticStoreRejectedDataLocation.Builder Modifier and Type Method Description static MagneticStoreRejectedDataLocation.BuilderMagneticStoreRejectedDataLocation. builder()default MagneticStoreRejectedDataLocation.BuilderMagneticStoreRejectedDataLocation.Builder. s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.MagneticStoreRejectedDataLocation.BuilderMagneticStoreRejectedDataLocation.Builder. s3Configuration(S3Configuration s3Configuration)Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.MagneticStoreRejectedDataLocation.BuilderMagneticStoreRejectedDataLocation. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type MagneticStoreRejectedDataLocation.Builder Modifier and Type Method Description static Class<? extends MagneticStoreRejectedDataLocation.Builder>MagneticStoreRejectedDataLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.timestreamwrite.model with type arguments of type MagneticStoreRejectedDataLocation.Builder Modifier and Type Method Description default MagneticStoreWriteProperties.BuilderMagneticStoreWriteProperties.Builder. magneticStoreRejectedDataLocation(Consumer<MagneticStoreRejectedDataLocation.Builder> magneticStoreRejectedDataLocation)The location to write error reports for records rejected asynchronously during magnetic store writes.
-