Interface ParameterConstraints.Builder

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

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

    • required

      Whether or not the parameter is required.

      Parameters:
      required - Whether or not the parameter is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.