public static interface FormatOptions.Builder extends SdkPojo, CopyableBuilder<FormatOptions.Builder,FormatOptions>
| Modifier and Type | Method and Description |
|---|---|
default FormatOptions.Builder |
csv(Consumer<CsvOptions.Builder> csv)
Options that define how CSV input is to be interpreted by DataBrew.
|
FormatOptions.Builder |
csv(CsvOptions csv)
Options that define how CSV input is to be interpreted by DataBrew.
|
default FormatOptions.Builder |
excel(Consumer<ExcelOptions.Builder> excel)
Options that define how Excel input is to be interpreted by DataBrew.
|
FormatOptions.Builder |
excel(ExcelOptions excel)
Options that define how Excel input is to be interpreted by DataBrew.
|
default FormatOptions.Builder |
json(Consumer<JsonOptions.Builder> json)
Options that define how JSON input is to be interpreted by DataBrew.
|
FormatOptions.Builder |
json(JsonOptions json)
Options that define how JSON input is to be interpreted by DataBrew.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFormatOptions.Builder json(JsonOptions json)
Options that define how JSON input is to be interpreted by DataBrew.
json - Options that define how JSON input is to be interpreted by DataBrew.default FormatOptions.Builder json(Consumer<JsonOptions.Builder> json)
Options that define how JSON input is to be interpreted by DataBrew.
This is a convenience method that creates an instance of theJsonOptions.Builder avoiding the need to
create one manually via JsonOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to json(JsonOptions).
json - a consumer that will call methods on JsonOptions.Builderjson(JsonOptions)FormatOptions.Builder excel(ExcelOptions excel)
Options that define how Excel input is to be interpreted by DataBrew.
excel - Options that define how Excel input is to be interpreted by DataBrew.default FormatOptions.Builder excel(Consumer<ExcelOptions.Builder> excel)
Options that define how Excel input is to be interpreted by DataBrew.
This is a convenience method that creates an instance of theExcelOptions.Builder avoiding the need
to create one manually via ExcelOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to excel(ExcelOptions).
excel - a consumer that will call methods on ExcelOptions.Builderexcel(ExcelOptions)FormatOptions.Builder csv(CsvOptions csv)
Options that define how CSV input is to be interpreted by DataBrew.
csv - Options that define how CSV input is to be interpreted by DataBrew.default FormatOptions.Builder csv(Consumer<CsvOptions.Builder> csv)
Options that define how CSV input is to be interpreted by DataBrew.
This is a convenience method that creates an instance of theCsvOptions.Builder avoiding the need to
create one manually via CsvOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to csv(CsvOptions).
csv - a consumer that will call methods on CsvOptions.Buildercsv(CsvOptions)Copyright © 2023. All rights reserved.