Interface WafConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WafConfig.Builder,,WafConfig> SdkBuilder<WafConfig.Builder,,WafConfig> SdkPojo
- Enclosing class:
WafConfig
@Mutable
@NotThreadSafe
public static interface WafConfig.Builder
extends SdkPojo, CopyableBuilder<WafConfig.Builder,WafConfig>
-
Method Summary
Modifier and TypeMethodDescriptionconflictResolution(String conflictResolution) The conflict-resolution strategy for AWS WAF policies.conflictResolution(WAFConflictResolutionOptions conflictResolution) The conflict-resolution strategy for AWS WAF policies.existingCustomerWebACLResolution(String existingCustomerWebACLResolution) Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL.existingCustomerWebACLResolution(ExistingCustomerWebACLResolution existingCustomerWebACLResolution) Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL.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
-
existingCustomerWebACLResolution
Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.
- Parameters:
existingCustomerWebACLResolution- Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
existingCustomerWebACLResolution
WafConfig.Builder existingCustomerWebACLResolution(ExistingCustomerWebACLResolution existingCustomerWebACLResolution) Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.
- Parameters:
existingCustomerWebACLResolution- Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conflictResolution
The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.
- Parameters:
conflictResolution- The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
conflictResolution
The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.
- Parameters:
conflictResolution- The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-