Uses of Interface
software.amazon.awssdk.services.databrew.model.JsonOptions.Builder
-
Packages that use JsonOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of JsonOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return JsonOptions.Builder Modifier and Type Method Description static JsonOptions.BuilderJsonOptions. builder()JsonOptions.BuilderJsonOptions.Builder. multiLine(Boolean multiLine)A value that specifies whether JSON input contains embedded new line characters.JsonOptions.BuilderJsonOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type JsonOptions.Builder Modifier and Type Method Description static Class<? extends JsonOptions.Builder>JsonOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type JsonOptions.Builder Modifier and Type Method Description default FormatOptions.BuilderFormatOptions.Builder. json(Consumer<JsonOptions.Builder> json)Options that define how JSON input is to be interpreted by DataBrew.
-