Interface AssociatedRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedRule.Builder,,AssociatedRule> SdkBuilder<AssociatedRule.Builder,,AssociatedRule> SdkPojo
- Enclosing class:
AssociatedRule
@Mutable
@NotThreadSafe
public static interface AssociatedRule.Builder
extends SdkPojo, CopyableBuilder<AssociatedRule.Builder,AssociatedRule>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the associated rule.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
-
ruleArn
The ARN of the associated rule.
- Parameters:
ruleArn- The ARN of the associated rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-