Interface EC2CreateRouteAction.Builder

    • Method Detail

      • description

        EC2CreateRouteAction.Builder description​(String description)

        A description of CreateRoute action in Amazon EC2.

        Parameters:
        description - A description of CreateRoute action in Amazon EC2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationCidrBlock

        EC2CreateRouteAction.Builder destinationCidrBlock​(String destinationCidrBlock)

        Information about the IPv4 CIDR address block used for the destination match.

        Parameters:
        destinationCidrBlock - Information about the IPv4 CIDR address block used for the destination match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationPrefixListId

        EC2CreateRouteAction.Builder destinationPrefixListId​(String destinationPrefixListId)

        Information about the ID of a prefix list used for the destination match.

        Parameters:
        destinationPrefixListId - Information about the ID of a prefix list used for the destination match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationIpv6CidrBlock

        EC2CreateRouteAction.Builder destinationIpv6CidrBlock​(String destinationIpv6CidrBlock)

        Information about the IPv6 CIDR block destination.

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

        EC2CreateRouteAction.Builder vpcEndpointId​(ActionTarget vpcEndpointId)

        Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.

        Parameters:
        vpcEndpointId - Information about the ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gatewayId

        EC2CreateRouteAction.Builder gatewayId​(ActionTarget gatewayId)

        Information about the ID of an internet gateway or virtual private gateway attached to your VPC.

        Parameters:
        gatewayId - Information about the ID of an internet gateway or virtual private gateway attached to your VPC.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableId

        EC2CreateRouteAction.Builder routeTableId​(ActionTarget routeTableId)

        Information about the ID of the route table for the route.

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