Interface RuleIpToEvaluate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuleIpToEvaluate.Builder,
,RuleIpToEvaluate> SdkBuilder<RuleIpToEvaluate.Builder,
,RuleIpToEvaluate> SdkPojo
- Enclosing class:
RuleIpToEvaluate
@Mutable
@NotThreadSafe
public static interface RuleIpToEvaluate.Builder
extends SdkPojo, CopyableBuilder<RuleIpToEvaluate.Builder,RuleIpToEvaluate>
-
Method Summary
Modifier and TypeMethodDescriptionThe attribute of the email to evaluate.attribute
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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:
-
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:
-