Interface WafConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WafConfiguration.Builder,
,WafConfiguration> SdkBuilder<WafConfiguration.Builder,
,WafConfiguration> SdkPojo
- Enclosing class:
WafConfiguration
@Mutable
@NotThreadSafe
public static interface WafConfiguration.Builder
extends SdkPojo, CopyableBuilder<WafConfiguration.Builder,WafConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionstatusReason
(String statusReason) The reason for the current status of the Firewall configuration.The status of the process to associate or disassociate a web ACL to an Amplify app.The status of the process to associate or disassociate a web ACL to an Amplify app.The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.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) for the web ACL associated with an Amplify app.
- Parameters:
webAclArn
- The Amazon Resource Name (ARN) for the web ACL associated with an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wafStatus
The status of the process to associate or disassociate a web ACL to an Amplify app.
- Parameters:
wafStatus
- The status of the process to associate or disassociate a web ACL to an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wafStatus
The status of the process to associate or disassociate a web ACL to an Amplify app.
- Parameters:
wafStatus
- The status of the process to associate or disassociate a web ACL to an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status of the Firewall configuration.
- Parameters:
statusReason
- The reason for the current status of the Firewall configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-