| Package | Description |
|---|---|
| software.amazon.awssdk.services.timestreamwrite.model |
| Modifier and Type | Method and Description |
|---|---|
static MagneticStoreRejectedDataLocation.Builder |
MagneticStoreRejectedDataLocation.builder() |
default MagneticStoreRejectedDataLocation.Builder |
MagneticStoreRejectedDataLocation.Builder.s3Configuration(Consumer<S3Configuration.Builder> s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
MagneticStoreRejectedDataLocation.Builder |
MagneticStoreRejectedDataLocation.Builder.s3Configuration(S3Configuration s3Configuration)
Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic
store writes.
|
MagneticStoreRejectedDataLocation.Builder |
MagneticStoreRejectedDataLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MagneticStoreRejectedDataLocation.Builder> |
MagneticStoreRejectedDataLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MagneticStoreWriteProperties.Builder |
MagneticStoreWriteProperties.Builder.magneticStoreRejectedDataLocation(Consumer<MagneticStoreRejectedDataLocation.Builder> magneticStoreRejectedDataLocation)
The location to write error reports for records rejected asynchronously during magnetic store writes.
|
Copyright © 2023. All rights reserved.