Class CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty>
- Enclosing interface:
CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Configuration(CfnTablePropsMixin.S3ConfigurationProperty s3Configuration) s3Configuration(IResolvable s3Configuration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Configuration
@Stability(Stable) public CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty.Builder s3Configuration(IResolvable s3Configuration) - 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 CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty.Builder s3Configuration(CfnTablePropsMixin.S3ConfigurationProperty s3Configuration) - 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<CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty>- Returns:
- a new instance of
CfnTablePropsMixin.MagneticStoreRejectedDataLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-