public static interface CfnDataset.JsonOptionsProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.databrew.*; JsonOptionsProperty jsonOptionsProperty = JsonOptionsProperty.builder() .multiLine(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.JsonOptionsProperty.Builder
A builder for
CfnDataset.JsonOptionsProperty |
static class |
CfnDataset.JsonOptionsProperty.Jsii$Proxy
An implementation for
CfnDataset.JsonOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.JsonOptionsProperty.Builder |
builder() |
default java.lang.Object |
getMultiLine()
A value that specifies whether JSON input contains embedded new line characters.
|
default java.lang.Object getMultiLine()
static CfnDataset.JsonOptionsProperty.Builder builder()