public static final class CfnJob.OutputFormatOptionsProperty.Builder
extends java.lang.Object
CfnJob.OutputFormatOptionsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnJob.OutputFormatOptionsProperty |
build()
Builds the configured instance.
|
CfnJob.OutputFormatOptionsProperty.Builder |
csv(CfnJob.CsvOutputOptionsProperty csv)
Sets the value of
CfnJob.OutputFormatOptionsProperty.getCsv() |
CfnJob.OutputFormatOptionsProperty.Builder |
csv(IResolvable csv)
Sets the value of
CfnJob.OutputFormatOptionsProperty.getCsv() |
public CfnJob.OutputFormatOptionsProperty.Builder csv(IResolvable csv)
CfnJob.OutputFormatOptionsProperty.getCsv()
csv
- Represents a set of options that define the structure of comma-separated value (CSV) job output.this
public CfnJob.OutputFormatOptionsProperty.Builder csv(CfnJob.CsvOutputOptionsProperty csv)
CfnJob.OutputFormatOptionsProperty.getCsv()
csv
- Represents a set of options that define the structure of comma-separated value (CSV) job output.this
public CfnJob.OutputFormatOptionsProperty build()
CfnJob.OutputFormatOptionsProperty
java.lang.NullPointerException
- if any required attribute was not provided