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 Summary
Modifier and TypeMethodDescriptionWhether or not the parameter is required.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
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.
 
 
 -