Interface LocalGatewayVirtualInterfaceGroup.Builder

    • Method Detail

      • localGatewayVirtualInterfaceGroupId

        LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceGroupId​(String localGatewayVirtualInterfaceGroupId)

        The ID of the virtual interface group.

        Parameters:
        localGatewayVirtualInterfaceGroupId - The ID of the virtual interface group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayVirtualInterfaceIds

        LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceIds​(Collection<String> localGatewayVirtualInterfaceIds)

        The IDs of the virtual interfaces.

        Parameters:
        localGatewayVirtualInterfaceIds - The IDs of the virtual interfaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayVirtualInterfaceIds

        LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceIds​(String... localGatewayVirtualInterfaceIds)

        The IDs of the virtual interfaces.

        Parameters:
        localGatewayVirtualInterfaceIds - The IDs of the virtual interfaces.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayId

        LocalGatewayVirtualInterfaceGroup.Builder localGatewayId​(String localGatewayId)

        The ID of the local gateway.

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

        LocalGatewayVirtualInterfaceGroup.Builder ownerId​(String ownerId)

        The ID of the Amazon Web Services account that owns the local gateway virtual interface group.

        Parameters:
        ownerId - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags assigned to the virtual interface group.

        Parameters:
        tags - The tags assigned to the virtual interface group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        LocalGatewayVirtualInterfaceGroup.Builder tags​(Tag... tags)

        The tags assigned to the virtual interface group.

        Parameters:
        tags - The tags assigned to the virtual interface group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.