public static interface MagneticStoreWriteProperties.Builder extends SdkPojo, CopyableBuilder<MagneticStoreWriteProperties.Builder,MagneticStoreWriteProperties>
| Modifier and Type | Method and Description |
|---|---|
MagneticStoreWriteProperties.Builder |
enableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
|
default MagneticStoreWriteProperties.Builder |
magneticStoreRejectedDataLocation(Consumer<MagneticStoreRejectedDataLocation.Builder> magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
MagneticStoreWriteProperties.Builder |
magneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMagneticStoreWriteProperties.Builder enableMagneticStoreWrites(Boolean enableMagneticStoreWrites)
A flag to enable magnetic store writes.
enableMagneticStoreWrites - A flag to enable magnetic store writes.MagneticStoreWriteProperties.Builder magneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
magneticStoreRejectedDataLocation - The location to write error reports for records rejected asynchronously during magnetic store writes.default MagneticStoreWriteProperties.Builder magneticStoreRejectedDataLocation(Consumer<MagneticStoreRejectedDataLocation.Builder> magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
This is a convenience method that creates an instance of theMagneticStoreRejectedDataLocation.Builder avoiding the need to create one manually via
MagneticStoreRejectedDataLocation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
magneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation).
magneticStoreRejectedDataLocation - a consumer that will call methods on MagneticStoreRejectedDataLocation.BuildermagneticStoreRejectedDataLocation(MagneticStoreRejectedDataLocation)Copyright © 2023. All rights reserved.