Class CfnJobPropsMixin.OutputFormatOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.databrew.CfnJobPropsMixin.OutputFormatOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnJobPropsMixin.OutputFormatOptionsProperty>
- Enclosing interface:
CfnJobPropsMixin.OutputFormatOptionsProperty
@Stability(Stable)
public static final class CfnJobPropsMixin.OutputFormatOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnJobPropsMixin.OutputFormatOptionsProperty>
A builder for
CfnJobPropsMixin.OutputFormatOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnJobPropsMixin.OutputFormatOptionsProperty.getCsv()csv(IResolvable csv) Sets the value ofCfnJobPropsMixin.OutputFormatOptionsProperty.getCsv()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
csv
Sets the value ofCfnJobPropsMixin.OutputFormatOptionsProperty.getCsv()- Parameters:
csv- Represents a set of options that define the structure of comma-separated value (CSV) job output.- Returns:
this
-
csv
@Stability(Stable) public CfnJobPropsMixin.OutputFormatOptionsProperty.Builder csv(CfnJobPropsMixin.CsvOutputOptionsProperty csv) Sets the value ofCfnJobPropsMixin.OutputFormatOptionsProperty.getCsv()- Parameters:
csv- Represents a set of options that define the structure of comma-separated value (CSV) job output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnJobPropsMixin.OutputFormatOptionsProperty>- Returns:
- a new instance of
CfnJobPropsMixin.OutputFormatOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-