Interface CreateWebAclResponse.Builder

    • Method Detail

      • webACL

        CreateWebAclResponse.Builder webACL​(WebACL webACL)

        The WebACL returned in the CreateWebACL response.

        Parameters:
        webACL - The WebACL returned in the CreateWebACL response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • changeToken

        CreateWebAclResponse.Builder changeToken​(String changeToken)

        The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

        Parameters:
        changeToken - The ChangeToken that you used to submit the CreateWebACL request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.