Interface ClientSideActionConfig.Builder

  • Method Details

    • challenge

      Configuration for the use of the AWSManagedRulesAntiDDoSRuleSet rules ChallengeAllDuringEvent and ChallengeDDoSRequests.

      This setting isn't related to the configuration of the Challenge action itself. It only configures the use of the two anti-DDoS rules named here.

      You can enable or disable the use of these rules, and you can configure how to use them when they are enabled.

      Parameters:
      challenge - Configuration for the use of the AWSManagedRulesAntiDDoSRuleSet rules ChallengeAllDuringEvent and ChallengeDDoSRequests.

      This setting isn't related to the configuration of the Challenge action itself. It only configures the use of the two anti-DDoS rules named here.

      You can enable or disable the use of these rules, and you can configure how to use them when they are enabled.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • challenge

      Configuration for the use of the AWSManagedRulesAntiDDoSRuleSet rules ChallengeAllDuringEvent and ChallengeDDoSRequests.

      This setting isn't related to the configuration of the Challenge action itself. It only configures the use of the two anti-DDoS rules named here.

      You can enable or disable the use of these rules, and you can configure how to use them when they are enabled.

      This is a convenience method that creates an instance of the ClientSideAction.Builder avoiding the need to create one manually via ClientSideAction.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to challenge(ClientSideAction).

      Parameters:
      challenge - a consumer that will call methods on ClientSideAction.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: