Class RouteEntryState.Builder

  • Enclosing class:
    RouteEntryState

    public static final class RouteEntryState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • cidrBlock

        public RouteEntryState.Builder cidrBlock​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> cidrBlock)
        Parameters:
        cidrBlock - The destination CIDR block of the route entry to publish. ->**NOTE:** The "alicloud_cen_instance_route_entries" resource depends on the related "alicloud.cen.InstanceAttachment" resource. ->**NOTE:** The "alicloud.cen.InstanceAttachment" resource should depend on the related "alicloud.vpc.Switch" resource.
        Returns:
        builder
      • cidrBlock

        public RouteEntryState.Builder cidrBlock​(java.lang.String cidrBlock)
        Parameters:
        cidrBlock - The destination CIDR block of the route entry to publish. ->**NOTE:** The "alicloud_cen_instance_route_entries" resource depends on the related "alicloud.cen.InstanceAttachment" resource. ->**NOTE:** The "alicloud.cen.InstanceAttachment" resource should depend on the related "alicloud.vpc.Switch" resource.
        Returns:
        builder
      • instanceId

        public RouteEntryState.Builder instanceId​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> instanceId)
        Parameters:
        instanceId - The ID of the CEN.
        Returns:
        builder
      • instanceId

        public RouteEntryState.Builder instanceId​(java.lang.String instanceId)
        Parameters:
        instanceId - The ID of the CEN.
        Returns:
        builder
      • routeTableId

        public RouteEntryState.Builder routeTableId​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> routeTableId)
        Parameters:
        routeTableId - The route table of the attached VBR or VPC.
        Returns:
        builder
      • routeTableId

        public RouteEntryState.Builder routeTableId​(java.lang.String routeTableId)
        Parameters:
        routeTableId - The route table of the attached VBR or VPC.
        Returns:
        builder