public static interface EnableApplicationLayerAutomaticResponseRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<EnableApplicationLayerAutomaticResponseRequest.Builder,EnableApplicationLayerAutomaticResponseRequest>
| Modifier and Type | Method and Description |
|---|---|
default EnableApplicationLayerAutomaticResponseRequest.Builder |
action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
EnableApplicationLayerAutomaticResponseRequest.Builder |
action(ResponseAction action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of
the protected resource in response to DDoS attacks.
|
EnableApplicationLayerAutomaticResponseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableApplicationLayerAutomaticResponseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableApplicationLayerAutomaticResponseRequest.Builder |
resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableApplicationLayerAutomaticResponseRequest.Builder resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the protected resource.
resourceArn - The ARN (Amazon Resource Name) of the protected resource.EnableApplicationLayerAutomaticResponseRequest.Builder action(ResponseAction action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
action - Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on
behalf of the protected resource in response to DDoS attacks. You specify this as part of the
configuration for the automatic application layer DDoS mitigation feature, when you enable or update
automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group,
inside the web ACL that you have associated with the resource.default EnableApplicationLayerAutomaticResponseRequest.Builder action(Consumer<ResponseAction.Builder> action)
Specifies the action setting that Shield Advanced should use in the WAF rules that it creates on behalf of the protected resource in response to DDoS attacks. You specify this as part of the configuration for the automatic application layer DDoS mitigation feature, when you enable or update automatic mitigation. Shield Advanced creates the WAF rules in a Shield Advanced-managed rule group, inside the web ACL that you have associated with the resource.
This is a convenience method that creates an instance of theResponseAction.Builder avoiding the need
to create one manually via ResponseAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to action(ResponseAction).
action - a consumer that will call methods on ResponseAction.Builderaction(ResponseAction)EnableApplicationLayerAutomaticResponseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderEnableApplicationLayerAutomaticResponseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.