Interface WafConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WafConfiguration.Builder,WafConfiguration>,SdkBuilder<WafConfiguration.Builder,WafConfiguration>,SdkPojo
- Enclosing class:
- WafConfiguration
public static interface WafConfiguration.Builder extends SdkPojo, CopyableBuilder<WafConfiguration.Builder,WafConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WafConfiguration.BuilderstatusReason(String statusReason)The reason for the current status of the Firewall configuration.WafConfiguration.BuilderwafStatus(String wafStatus)The status of the process to associate or disassociate a web ACL to an Amplify app.WafConfiguration.BuilderwafStatus(WafStatus wafStatus)The status of the process to associate or disassociate a web ACL to an Amplify app.WafConfiguration.BuilderwebAclArn(String webAclArn)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 Detail
-
webAclArn
WafConfiguration.Builder webAclArn(String 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
WafConfiguration.Builder wafStatus(String wafStatus)
The status of the process to associate or disassociate a web ACL to an Amplify app.
-
wafStatus
WafConfiguration.Builder wafStatus(WafStatus wafStatus)
The status of the process to associate or disassociate a web ACL to an Amplify app.
-
statusReason
WafConfiguration.Builder statusReason(String 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.
-
-