public static interface Protection.Builder extends SdkPojo, CopyableBuilder<Protection.Builder,Protection>
| Modifier and Type | Method and Description |
|---|---|
Protection.Builder |
healthCheckIds(Collection<String> healthCheckIds)
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
|
Protection.Builder |
healthCheckIds(String... healthCheckIds)
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
|
Protection.Builder |
id(String id)
The unique identifier (ID) of the protection.
|
Protection.Builder |
name(String name)
The name of the protection.
|
Protection.Builder |
protectionArn(String protectionArn)
The ARN (Amazon Resource Name) of the protection.
|
Protection.Builder |
resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the AWS resource that is protected.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtection.Builder id(String id)
The unique identifier (ID) of the protection.
id - The unique identifier (ID) of the protection.Protection.Builder name(String name)
The name of the protection. For example, My CloudFront distributions.
name - The name of the protection. For example, My CloudFront distributions.Protection.Builder resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the AWS resource that is protected.
resourceArn - The ARN (Amazon Resource Name) of the AWS resource that is protected.Protection.Builder healthCheckIds(Collection<String> healthCheckIds)
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
healthCheckIds - The unique identifier (ID) for the Route 53 health check that's associated with the protection.Protection.Builder healthCheckIds(String... healthCheckIds)
The unique identifier (ID) for the Route 53 health check that's associated with the protection.
healthCheckIds - The unique identifier (ID) for the Route 53 health check that's associated with the protection.Protection.Builder protectionArn(String protectionArn)
The ARN (Amazon Resource Name) of the protection.
protectionArn - The ARN (Amazon Resource Name) of the protection.Copyright © 2021. All rights reserved.