Class CfnDatasetPropsMixin.JsonOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.databrew.mixins.CfnDatasetPropsMixin.JsonOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDatasetPropsMixin.JsonOptionsProperty>
- Enclosing interface:
CfnDatasetPropsMixin.JsonOptionsProperty
@Stability(Stable)
public static final class CfnDatasetPropsMixin.JsonOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDatasetPropsMixin.JsonOptionsProperty>
A builder for
CfnDatasetPropsMixin.JsonOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDatasetPropsMixin.JsonOptionsProperty.getMultiLine()multiLine(IResolvable multiLine) Sets the value ofCfnDatasetPropsMixin.JsonOptionsProperty.getMultiLine()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
multiLine
@Stability(Stable) public CfnDatasetPropsMixin.JsonOptionsProperty.Builder multiLine(Boolean multiLine) Sets the value ofCfnDatasetPropsMixin.JsonOptionsProperty.getMultiLine()- Parameters:
multiLine- A value that specifies whether JSON input contains embedded new line characters.- Returns:
this
-
multiLine
@Stability(Stable) public CfnDatasetPropsMixin.JsonOptionsProperty.Builder multiLine(IResolvable multiLine) Sets the value ofCfnDatasetPropsMixin.JsonOptionsProperty.getMultiLine()- Parameters:
multiLine- A value that specifies whether JSON input contains embedded new line characters.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDatasetPropsMixin.JsonOptionsProperty>- Returns:
- a new instance of
CfnDatasetPropsMixin.JsonOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-