Class CfnTablePropsMixin.InputFormatOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.InputFormatOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin.InputFormatOptionsProperty>
- Enclosing interface:
CfnTablePropsMixin.InputFormatOptionsProperty
@Stability(Stable)
public static final class CfnTablePropsMixin.InputFormatOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin.InputFormatOptionsProperty>
A builder for
CfnTablePropsMixin.InputFormatOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTablePropsMixin.InputFormatOptionsProperty.getCsv()csv(IResolvable csv) Sets the value ofCfnTablePropsMixin.InputFormatOptionsProperty.getCsv()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
csv
@Stability(Stable) public CfnTablePropsMixin.InputFormatOptionsProperty.Builder csv(IResolvable csv) Sets the value ofCfnTablePropsMixin.InputFormatOptionsProperty.getCsv()- Parameters:
csv- The options for imported source files in CSV format. The values are Delimiter and HeaderList.- Returns:
this
-
csv
@Stability(Stable) public CfnTablePropsMixin.InputFormatOptionsProperty.Builder csv(CfnTablePropsMixin.CsvProperty csv) Sets the value ofCfnTablePropsMixin.InputFormatOptionsProperty.getCsv()- Parameters:
csv- The options for imported source files in CSV format. The values are Delimiter and HeaderList.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin.InputFormatOptionsProperty>- Returns:
- a new instance of
CfnTablePropsMixin.InputFormatOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-