Interface InstanceCountLimits.Builder

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

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

    • minimumInstanceCount

      InstanceCountLimits.Builder minimumInstanceCount(Integer minimumInstanceCount)
      Sets the value of the MinimumInstanceCount property for this object.
      Parameters:
      minimumInstanceCount - The new value for the MinimumInstanceCount property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumInstanceCount

      InstanceCountLimits.Builder maximumInstanceCount(Integer maximumInstanceCount)
      Sets the value of the MaximumInstanceCount property for this object.
      Parameters:
      maximumInstanceCount - The new value for the MaximumInstanceCount property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.