| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
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 AWS 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 object that is described.
|
Copyright © 2021. All rights reserved.