Interface Range.Builder

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

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

    • maximum

      Range.Builder maximum(Double maximum)

      Maximum value supported by the field.

      Parameters:
      maximum - Maximum value supported by the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minimum

      Range.Builder minimum(Double minimum)

      Minimum value supported by the field.

      Parameters:
      minimum - Minimum value supported by the field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.