Interface WebACLHasIncompatibleConfigurationViolation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,
,WebACLHasIncompatibleConfigurationViolation> SdkBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,
,WebACLHasIncompatibleConfigurationViolation> SdkPojo
- Enclosing class:
WebACLHasIncompatibleConfigurationViolation
@Mutable
@NotThreadSafe
public static interface WebACLHasIncompatibleConfigurationViolation.Builder
extends SdkPojo, CopyableBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,WebACLHasIncompatibleConfigurationViolation>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Information about the problems that Firewall Manager encountered with the web ACL configuration.The Amazon Resource Name (ARN) of the web ACL.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
-
webACLArn
The Amazon Resource Name (ARN) of the web ACL.
- Parameters:
webACLArn
- The Amazon Resource Name (ARN) of the web ACL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Information about the problems that Firewall Manager encountered with the web ACL configuration.
- Parameters:
description
- Information about the problems that Firewall Manager encountered with the web ACL configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-