Interface WebACLHasIncompatibleConfigurationViolation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,WebACLHasIncompatibleConfigurationViolation>,SdkBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,WebACLHasIncompatibleConfigurationViolation>,SdkPojo
- Enclosing class:
- WebACLHasIncompatibleConfigurationViolation
public static interface WebACLHasIncompatibleConfigurationViolation.Builder extends SdkPojo, CopyableBuilder<WebACLHasIncompatibleConfigurationViolation.Builder,WebACLHasIncompatibleConfigurationViolation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebACLHasIncompatibleConfigurationViolation.Builderdescription(String description)Information about the problems that Firewall Manager encountered with the web ACL configuration.WebACLHasIncompatibleConfigurationViolation.BuilderwebACLArn(String webACLArn)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 Detail
-
webACLArn
WebACLHasIncompatibleConfigurationViolation.Builder webACLArn(String 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
WebACLHasIncompatibleConfigurationViolation.Builder description(String 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.
-
-