Interface JsonOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JsonOptions.Builder,JsonOptions>, SdkBuilder<JsonOptions.Builder,JsonOptions>, SdkPojo
Enclosing class:
JsonOptions

public static interface JsonOptions.Builder extends SdkPojo, CopyableBuilder<JsonOptions.Builder,JsonOptions>
  • Method Details

    • multiLine

      JsonOptions.Builder multiLine(Boolean multiLine)

      A value that specifies whether JSON input contains embedded new line characters.

      Parameters:
      multiLine - A value that specifies whether JSON input contains embedded new line characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.