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