Interface Rule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Rule.Builder,Rule>,SdkBuilder<Rule.Builder,Rule>,SdkPojo
- Enclosing class:
- Rule
public static interface Rule.Builder extends SdkPojo, CopyableBuilder<Rule.Builder,Rule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rule.Builderparameters(Map<String,String> parameters)The minimum and maximum parameters that are associated with the rule.Rule.Buildertype(String type)The type of attribute validation rule.Rule.Buildertype(RuleType type)The type of attribute validation rule.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
Rule.Builder type(String type)
The type of attribute validation rule.
-
type
Rule.Builder type(RuleType type)
The type of attribute validation rule.
-
parameters
Rule.Builder parameters(Map<String,String> parameters)
The minimum and maximum parameters that are associated with the rule.
- Parameters:
parameters- The minimum and maximum parameters that are associated with the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-