Interface JsonFormatRef.Builder

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

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

    • key

      The specified key for the JSON.

      Parameters:
      key - The specified key for the JSON.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The specified value for the JSON.

      Parameters:
      value - The specified value for the JSON.
      Returns:
      Returns a reference to this object so that method calls can be chained together.