Class RoutingPropertiesArgs.Builder

  • Enclosing class:
    RoutingPropertiesArgs

    public static final class RoutingPropertiesArgs.Builder
    extends java.lang.Object
    • Method Detail

      • endpoints

        public RoutingPropertiesArgs.Builder endpoints​(@Nullable
                                                       com.pulumi.core.Output<RoutingEndpointsArgs> endpoints)
        Parameters:
        endpoints - The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.
        Returns:
        builder
      • endpoints

        public RoutingPropertiesArgs.Builder endpoints​(RoutingEndpointsArgs endpoints)
        Parameters:
        endpoints - The properties related to the custom endpoints to which your IoT hub routes messages based on the routing rules. A maximum of 10 custom endpoints are allowed across all endpoint types for paid hubs and only 1 custom endpoint is allowed across all endpoint types for free hubs.
        Returns:
        builder
      • enrichments

        public RoutingPropertiesArgs.Builder enrichments​(@Nullable
                                                         com.pulumi.core.Output<java.util.List<EnrichmentPropertiesArgs>> enrichments)
        Parameters:
        enrichments - The list of user-provided enrichments that the IoT hub applies to messages to be delivered to built-in and custom endpoints. See: https://aka.ms/telemetryoneventgrid
        Returns:
        builder
      • enrichments

        public RoutingPropertiesArgs.Builder enrichments​(java.util.List<EnrichmentPropertiesArgs> enrichments)
        Parameters:
        enrichments - The list of user-provided enrichments that the IoT hub applies to messages to be delivered to built-in and custom endpoints. See: https://aka.ms/telemetryoneventgrid
        Returns:
        builder
      • enrichments

        public RoutingPropertiesArgs.Builder enrichments​(EnrichmentPropertiesArgs... enrichments)
        Parameters:
        enrichments - The list of user-provided enrichments that the IoT hub applies to messages to be delivered to built-in and custom endpoints. See: https://aka.ms/telemetryoneventgrid
        Returns:
        builder
      • fallbackRoute

        public RoutingPropertiesArgs.Builder fallbackRoute​(@Nullable
                                                           com.pulumi.core.Output<FallbackRoutePropertiesArgs> fallbackRoute)
        Parameters:
        fallbackRoute - The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.
        Returns:
        builder
      • fallbackRoute

        public RoutingPropertiesArgs.Builder fallbackRoute​(FallbackRoutePropertiesArgs fallbackRoute)
        Parameters:
        fallbackRoute - The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.
        Returns:
        builder
      • routes

        public RoutingPropertiesArgs.Builder routes​(@Nullable
                                                    com.pulumi.core.Output<java.util.List<RoutePropertiesArgs>> routes)
        Parameters:
        routes - The list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.
        Returns:
        builder
      • routes

        public RoutingPropertiesArgs.Builder routes​(java.util.List<RoutePropertiesArgs> routes)
        Parameters:
        routes - The list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.
        Returns:
        builder
      • routes

        public RoutingPropertiesArgs.Builder routes​(RoutePropertiesArgs... routes)
        Parameters:
        routes - The list of user-provided routing rules that the IoT hub uses to route messages to built-in and custom endpoints. A maximum of 100 routing rules are allowed for paid hubs and a maximum of 5 routing rules are allowed for free hubs.
        Returns:
        builder