Interface AssociateRouteTableRequest.Builder

    • Method Detail

      • gatewayId

        AssociateRouteTableRequest.Builder gatewayId​(String gatewayId)

        The ID of the internet gateway or virtual private gateway.

        Parameters:
        gatewayId - The ID of the internet gateway or virtual private gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • publicIpv4Pool

        AssociateRouteTableRequest.Builder publicIpv4Pool​(String publicIpv4Pool)

        The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.

        Parameters:
        publicIpv4Pool - The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        AssociateRouteTableRequest.Builder dryRun​(Boolean dryRun)

        Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        AssociateRouteTableRequest.Builder subnetId​(String subnetId)

        The ID of the subnet.

        Parameters:
        subnetId - The ID of the subnet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeTableId

        AssociateRouteTableRequest.Builder routeTableId​(String routeTableId)

        The ID of the route table.

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