Interface Primary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Primary.Builder,Primary>,SdkBuilder<Primary.Builder,Primary>,SdkPojo
- Enclosing class:
- Primary
public static interface Primary.Builder extends SdkPojo, CopyableBuilder<Primary.Builder,Primary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Primary.BuilderhealthCheck(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, sdkFields
-
-
-
-
Method Detail
-
healthCheck
Primary.Builder healthCheck(String 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.
-
-