public static interface OutputFormatOptions.Builder extends SdkPojo, CopyableBuilder<OutputFormatOptions.Builder,OutputFormatOptions>
| Modifier and Type | Method and Description |
|---|---|
default OutputFormatOptions.Builder |
csv(Consumer<CsvOutputOptions.Builder> csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
OutputFormatOptions.Builder |
csv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutputFormatOptions.Builder csv(CsvOutputOptions csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
csv - Represents a set of options that define the structure of comma-separated value (CSV) job output.default OutputFormatOptions.Builder csv(Consumer<CsvOutputOptions.Builder> csv)
Represents a set of options that define the structure of comma-separated value (CSV) job output.
This is a convenience method that creates an instance of theCsvOutputOptions.Builder avoiding the
need to create one manually via CsvOutputOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to csv(CsvOutputOptions).
csv - a consumer that will call methods on CsvOutputOptions.Buildercsv(CsvOutputOptions)Copyright © 2023. All rights reserved.