Interface Route53HealthCheck.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Route53HealthCheck.Builder,
,Route53HealthCheck> SdkBuilder<Route53HealthCheck.Builder,
,Route53HealthCheck> SdkPojo
- Enclosing class:
Route53HealthCheck
@Mutable
@NotThreadSafe
public static interface Route53HealthCheck.Builder
extends SdkPojo, CopyableBuilder<Route53HealthCheck.Builder,Route53HealthCheck>
-
Method Summary
Modifier and TypeMethodDescriptionhealthCheckId
(String healthCheckId) The Amazon Route 53 health check ID.hostedZoneId
(String hostedZoneId) The Amazon Route 53 health check hosted zone ID.recordName
(String recordName) The Amazon Route 53 record name.The Amazon Route 53 Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hostedZoneId
The Amazon Route 53 health check hosted zone ID.
- Parameters:
hostedZoneId
- The Amazon Route 53 health check hosted zone ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordName
The Amazon Route 53 record name.
- Parameters:
recordName
- The Amazon Route 53 record name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
healthCheckId
The Amazon Route 53 health check ID.
- Parameters:
healthCheckId
- The Amazon Route 53 health check ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
region
The Amazon Route 53 Region.
- Parameters:
region
- The Amazon Route 53 Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-