Uses of Interface
software.amazon.awssdk.services.eventbridge.model.Secondary.Builder
-
Packages that use Secondary.Builder Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of Secondary.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return Secondary.Builder Modifier and Type Method Description static Secondary.BuilderSecondary. builder()Secondary.BuilderSecondary.Builder. route(String route)Defines the secondary Region.Secondary.BuilderSecondary. toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Secondary.Builder Modifier and Type Method Description static Class<? extends Secondary.Builder>Secondary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type Secondary.Builder Modifier and Type Method Description default FailoverConfig.BuilderFailoverConfig.Builder. secondary(Consumer<Secondary.Builder> secondary)The Region that events are routed to when failover is triggered or event replication is enabled.
-