Class CfnTable.MagneticStoreRejectedDataLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.timestream.CfnTable.MagneticStoreRejectedDataLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTable.MagneticStoreRejectedDataLocationProperty>
- Enclosing interface:
- CfnTable.MagneticStoreRejectedDataLocationProperty
@Stability(Stable)
public static final class CfnTable.MagneticStoreRejectedDataLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTable.MagneticStoreRejectedDataLocationProperty>
A builder for
CfnTable.MagneticStoreRejectedDataLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Configuration(IResolvable s3Configuration) Sets the value ofCfnTable.MagneticStoreRejectedDataLocationProperty.getS3Configuration()s3Configuration(CfnTable.S3ConfigurationProperty s3Configuration) Sets the value ofCfnTable.MagneticStoreRejectedDataLocationProperty.getS3Configuration()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Configuration
@Stability(Stable) public CfnTable.MagneticStoreRejectedDataLocationProperty.Builder s3Configuration(IResolvable s3Configuration) Sets the value ofCfnTable.MagneticStoreRejectedDataLocationProperty.getS3Configuration()- Parameters:
s3Configuration- Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.- Returns:
this
-
s3Configuration
@Stability(Stable) public CfnTable.MagneticStoreRejectedDataLocationProperty.Builder s3Configuration(CfnTable.S3ConfigurationProperty s3Configuration) Sets the value ofCfnTable.MagneticStoreRejectedDataLocationProperty.getS3Configuration()- Parameters:
s3Configuration- Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTable.MagneticStoreRejectedDataLocationProperty>- Returns:
- a new instance of
CfnTable.MagneticStoreRejectedDataLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-