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