Interface Primary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Primary.Builder,
,Primary> SdkBuilder<Primary.Builder,
,Primary> SdkPojo
- Enclosing class:
Primary
@Mutable
@NotThreadSafe
public static interface Primary.Builder
extends SdkPojo, CopyableBuilder<Primary.Builder,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
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
-
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.
-