public static interface ApplicationLayerAutomaticResponseConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationLayerAutomaticResponseConfiguration.Builder,ApplicationLayerAutomaticResponseConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ApplicationLayerAutomaticResponseConfiguration.Builder |
action(Consumer<ResponseAction.Builder> action)
Sets the value of the Action property for this object.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
action(ResponseAction action)
Sets the value of the Action property for this object.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
status(ApplicationLayerAutomaticResponseStatus status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
ApplicationLayerAutomaticResponseConfiguration.Builder |
status(String status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationLayerAutomaticResponseConfiguration.Builder status(String status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseStatus,
ApplicationLayerAutomaticResponseStatusApplicationLayerAutomaticResponseConfiguration.Builder status(ApplicationLayerAutomaticResponseStatus status)
Indicates whether automatic application layer DDoS mitigation is enabled for the protection.
status - Indicates whether automatic application layer DDoS mitigation is enabled for the protection.ApplicationLayerAutomaticResponseStatus,
ApplicationLayerAutomaticResponseStatusApplicationLayerAutomaticResponseConfiguration.Builder action(ResponseAction action)
action - The new value for the Action property for this object.default ApplicationLayerAutomaticResponseConfiguration.Builder action(Consumer<ResponseAction.Builder> action)
ResponseAction.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)Copyright © 2022. All rights reserved.