| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Protection.Builder |
Protection.Builder.applicationLayerAutomaticResponseConfiguration(ApplicationLayerAutomaticResponseConfiguration applicationLayerAutomaticResponseConfiguration)
The automatic application layer DDoS mitigation settings for the protection.
|
default Protection.Builder |
Protection.Builder.applicationLayerAutomaticResponseConfiguration(Consumer<ApplicationLayerAutomaticResponseConfiguration.Builder> applicationLayerAutomaticResponseConfiguration)
The automatic application layer DDoS mitigation settings for the protection.
|
static Protection.Builder |
Protection.builder() |
Protection.Builder |
Protection.Builder.healthCheckIds(Collection<String> healthCheckIds)
The unique identifier (ID) for the RouteĀ 53 health check that's associated with the protection.
|
Protection.Builder |
Protection.Builder.healthCheckIds(String... healthCheckIds)
The unique identifier (ID) for the RouteĀ 53 health check that's associated with the protection.
|
Protection.Builder |
Protection.Builder.id(String id)
The unique identifier (ID) of the protection.
|
Protection.Builder |
Protection.Builder.name(String name)
The name of the protection.
|
Protection.Builder |
Protection.Builder.protectionArn(String protectionArn)
The ARN (Amazon Resource Name) of the protection.
|
Protection.Builder |
Protection.Builder.resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the Amazon Web Services resource that is protected.
|
Protection.Builder |
Protection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Protection.Builder> |
Protection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProtectionResponse.Builder |
DescribeProtectionResponse.Builder.protection(Consumer<Protection.Builder> protection)
The Protection that you requested.
|
Copyright © 2023. All rights reserved.