Interface Field.Builder

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

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

    • name

      Field.Builder name(String name)

      The name of the field.

      Parameters:
      name - The name of the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Field.Builder type(String type)

      The data type of the field.

      Parameters:
      type - The data type of the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The data type of the field.

      Parameters:
      type - The data type of the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: