Interface ControlParameter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ControlParameter.Builder,,ControlParameter> SdkBuilder<ControlParameter.Builder,,ControlParameter> SdkPojo
- Enclosing class:
ControlParameter
@Mutable
@NotThreadSafe
public static interface ControlParameter.Builder
extends SdkPojo, CopyableBuilder<ControlParameter.Builder,ControlParameter>
-
Method Summary
Modifier and TypeMethodDescriptionThe parameter name.requirement(String requirement) Indicates whether the parameter is required or optional when you enable the control.requirement(ControlParameterRequirement requirement) Indicates whether the parameter is required or optional when you enable the control.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The parameter name. This name is the parameter
keywhen you callEnableControlorUpdateEnabledControl.- Parameters:
name- The parameter name. This name is the parameterkeywhen you callEnableControlorUpdateEnabledControl.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requirement
Indicates whether the parameter is required or optional when you enable the control.
- Parameters:
requirement- Indicates whether the parameter is required or optional when you enable the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requirement
Indicates whether the parameter is required or optional when you enable the control.
- Parameters:
requirement- Indicates whether the parameter is required or optional when you enable the control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-