Interface TransitGatewayRouteTable.Builder

    • Method Detail

      • transitGatewayRouteTableId

        TransitGatewayRouteTable.Builder transitGatewayRouteTableId​(String transitGatewayRouteTableId)

        The ID of the transit gateway route table.

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

        TransitGatewayRouteTable.Builder transitGatewayId​(String transitGatewayId)

        The ID of the transit gateway.

        Parameters:
        transitGatewayId - The ID of the transit gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultAssociationRouteTable

        TransitGatewayRouteTable.Builder defaultAssociationRouteTable​(Boolean defaultAssociationRouteTable)

        Indicates whether this is the default association route table for the transit gateway.

        Parameters:
        defaultAssociationRouteTable - Indicates whether this is the default association route table for the transit gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultPropagationRouteTable

        TransitGatewayRouteTable.Builder defaultPropagationRouteTable​(Boolean defaultPropagationRouteTable)

        Indicates whether this is the default propagation route table for the transit gateway.

        Parameters:
        defaultPropagationRouteTable - Indicates whether this is the default propagation route table for the transit gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        TransitGatewayRouteTable.Builder creationTime​(Instant creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TransitGatewayRouteTable.Builder tags​(Collection<Tag> tags)

        Any tags assigned to the route table.

        Parameters:
        tags - Any tags assigned to the route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        TransitGatewayRouteTable.Builder tags​(Tag... tags)

        Any tags assigned to the route table.

        Parameters:
        tags - Any tags assigned to the route table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.