Interface Primary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Primary.Builder,,Primary> SdkBuilder<Primary.Builder,,Primary> SdkPojo
- Enclosing class:
Primary
-
Method Summary
Modifier and TypeMethodDescriptionhealthCheck(String healthCheck) The ARN of the health check used by the endpoint to determine whether failover is triggered.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, sdkFields
-
Method Details
-
healthCheck
The ARN of the health check used by the endpoint to determine whether failover is triggered.
- Parameters:
healthCheck- The ARN of the health check used by the endpoint to determine whether failover is triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-