public static interface CfnJob.CsvOutputOptionsProperty
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.*; CsvOutputOptionsProperty csvOutputOptionsProperty = CsvOutputOptionsProperty.builder() .delimiter("delimiter") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.CsvOutputOptionsProperty.Builder
A builder for
CfnJob.CsvOutputOptionsProperty |
static class |
CfnJob.CsvOutputOptionsProperty.Jsii$Proxy
An implementation for
CfnJob.CsvOutputOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.CsvOutputOptionsProperty.Builder |
builder() |
default java.lang.String |
getDelimiter()
A single character that specifies the delimiter used to create CSV job output.
|
default java.lang.String getDelimiter()
static CfnJob.CsvOutputOptionsProperty.Builder builder()