Interface WafConfiguration.Builder

    • 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.

        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, WafStatus
      • wafStatus

        WafConfiguration.Builder wafStatus​(WafStatus 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, WafStatus
      • 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.