public static interface CfnJob.OutputFormatOptionsProperty
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.*; OutputFormatOptionsProperty outputFormatOptionsProperty = OutputFormatOptionsProperty.builder() .csv(CsvOutputOptionsProperty.builder() .delimiter("delimiter") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnJob.OutputFormatOptionsProperty.Builder
A builder for
CfnJob.OutputFormatOptionsProperty |
static class |
CfnJob.OutputFormatOptionsProperty.Jsii$Proxy
An implementation for
CfnJob.OutputFormatOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnJob.OutputFormatOptionsProperty.Builder |
builder() |
default java.lang.Object |
getCsv()
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
default java.lang.Object getCsv()
static CfnJob.OutputFormatOptionsProperty.Builder builder()