Class CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.ImportSourceSpecificationProperty>
- Enclosing interface:
CfnTablePropsMixin.ImportSourceSpecificationProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.ImportSourceSpecificationProperty>
A builder for
CfnTablePropsMixin.ImportSourceSpecificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.inputCompressionType(String inputCompressionType) inputFormat(String inputFormat) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getInputFormat()inputFormatOptions(CfnTablePropsMixin.InputFormatOptionsProperty inputFormatOptions) inputFormatOptions(IResolvable inputFormatOptions) s3BucketSource(CfnTablePropsMixin.S3BucketSourceProperty s3BucketSource) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getS3BucketSource()s3BucketSource(IResolvable s3BucketSource) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getS3BucketSource()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
inputCompressionType
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder inputCompressionType(String inputCompressionType) - Parameters:
inputCompressionType- Type of compression to be used on the input coming from the imported table.- Returns:
this
-
inputFormat
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder inputFormat(String inputFormat) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getInputFormat()- Parameters:
inputFormat- The format of the source data. Valid values forImportFormatareCSV,DYNAMODB_JSONorION.- Returns:
this
-
inputFormatOptions
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder inputFormatOptions(IResolvable inputFormatOptions) - Parameters:
inputFormatOptions- Additional properties that specify how the input is formatted,.- Returns:
this
-
inputFormatOptions
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder inputFormatOptions(CfnTablePropsMixin.InputFormatOptionsProperty inputFormatOptions) - Parameters:
inputFormatOptions- Additional properties that specify how the input is formatted,.- Returns:
this
-
s3BucketSource
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder s3BucketSource(IResolvable s3BucketSource) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getS3BucketSource()- Parameters:
s3BucketSource- The S3 bucket that provides the source for the import.- Returns:
this
-
s3BucketSource
@Stability(Stable) public CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder s3BucketSource(CfnTablePropsMixin.S3BucketSourceProperty s3BucketSource) Sets the value ofCfnTablePropsMixin.ImportSourceSpecificationProperty.getS3BucketSource()- Parameters:
s3BucketSource- The S3 bucket that provides the source for the import.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.ImportSourceSpecificationProperty>- Returns:
- a new instance of
CfnTablePropsMixin.ImportSourceSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-