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 Details

    • 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.