Interface MagneticStoreRejectedDataLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MagneticStoreRejectedDataLocation.Builder,
,MagneticStoreRejectedDataLocation> SdkBuilder<MagneticStoreRejectedDataLocation.Builder,
,MagneticStoreRejectedDataLocation> SdkPojo
- Enclosing class:
MagneticStoreRejectedDataLocation
@Mutable
@NotThreadSafe
public static interface MagneticStoreRejectedDataLocation.Builder
extends SdkPojo, CopyableBuilder<MagneticStoreRejectedDataLocation.Builder,MagneticStoreRejectedDataLocation>
-
Method Summary
Modifier and TypeMethodDescriptions3Configuration
(Consumer<S3Configuration.Builder> s3Configuration) Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.s3Configuration
(S3Configuration s3Configuration) Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Configuration
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
- Parameters:
s3Configuration
- Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Configuration
default MagneticStoreRejectedDataLocation.Builder s3Configuration(Consumer<S3Configuration.Builder> s3Configuration) Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.
This is a convenience method that creates an instance of theS3Configuration.Builder
avoiding the need to create one manually viaS3Configuration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3Configuration(S3Configuration)
.- Parameters:
s3Configuration
- a consumer that will call methods onS3Configuration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-