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.The Amazon Route 53 health check status.status(Route53HealthCheckStatus status) The Amazon Route 53 health check status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-
status
The Amazon Route 53 health check status.
- Parameters:
status- The Amazon Route 53 health check status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The Amazon Route 53 health check status.
- Parameters:
status- The Amazon Route 53 health check status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-