Interface ExpectedRoute.Builder

    • Method Detail

      • ipV4Cidr

        ExpectedRoute.Builder ipV4Cidr​(String ipV4Cidr)

        Information about the IPv4 CIDR block.

        Parameters:
        ipV4Cidr - Information about the IPv4 CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefixListId

        ExpectedRoute.Builder prefixListId​(String prefixListId)

        Information about the ID of the prefix list for the route.

        Parameters:
        prefixListId - Information about the ID of the prefix list for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipV6Cidr

        ExpectedRoute.Builder ipV6Cidr​(String ipV6Cidr)

        Information about the IPv6 CIDR block.

        Parameters:
        ipV6Cidr - Information about the IPv6 CIDR block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contributingSubnets

        ExpectedRoute.Builder contributingSubnets​(Collection<String> contributingSubnets)

        Information about the contributing subnets.

        Parameters:
        contributingSubnets - Information about the contributing subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contributingSubnets

        ExpectedRoute.Builder contributingSubnets​(String... contributingSubnets)

        Information about the contributing subnets.

        Parameters:
        contributingSubnets - Information about the contributing subnets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedTargets

        ExpectedRoute.Builder allowedTargets​(Collection<String> allowedTargets)

        Information about the allowed targets.

        Parameters:
        allowedTargets - Information about the allowed targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedTargets

        ExpectedRoute.Builder allowedTargets​(String... allowedTargets)

        Information about the allowed targets.

        Parameters:
        allowedTargets - Information about the allowed targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableId

        ExpectedRoute.Builder routeTableId​(String routeTableId)

        Information about the route table ID.

        Parameters:
        routeTableId - Information about the route table ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.