Interface RuleIpToEvaluate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleIpToEvaluate.Builder,RuleIpToEvaluate>,SdkBuilder<RuleIpToEvaluate.Builder,RuleIpToEvaluate>,SdkPojo
- Enclosing class:
- RuleIpToEvaluate
public static interface RuleIpToEvaluate.Builder extends SdkPojo, CopyableBuilder<RuleIpToEvaluate.Builder,RuleIpToEvaluate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleIpToEvaluate.Builderattribute(String attribute)The attribute of the email to evaluate.RuleIpToEvaluate.Builderattribute(RuleIpEmailAttribute attribute)The attribute of the email to evaluate.-
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
-
attribute
RuleIpToEvaluate.Builder attribute(String attribute)
The attribute of the email to evaluate.
- Parameters:
attribute- The attribute of the email to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleIpEmailAttribute,RuleIpEmailAttribute
-
attribute
RuleIpToEvaluate.Builder attribute(RuleIpEmailAttribute attribute)
The attribute of the email to evaluate.
- Parameters:
attribute- The attribute of the email to evaluate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RuleIpEmailAttribute,RuleIpEmailAttribute
-
-