Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Primary.Builder
Packages that use Primary.Builder
-
Uses of Primary.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Primary.BuilderModifier and TypeMethodDescriptionstatic Primary.BuilderPrimary.builder()Primary.Builder.healthCheck(String healthCheck) The ARN of the health check used by the endpoint to determine whether failover is triggered.Primary.toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Primary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Primary.Builder>Primary.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type Primary.BuilderModifier and TypeMethodDescriptiondefault FailoverConfig.BuilderFailoverConfig.Builder.primary(Consumer<Primary.Builder> primary) The main Region of the endpoint.