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.
      • localBgpAsn

        LocalGatewayVirtualInterfaceGroup.Builder localBgpAsn​(Integer localBgpAsn)

        The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).

        Parameters:
        localBgpAsn - The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localBgpAsnExtended

        LocalGatewayVirtualInterfaceGroup.Builder localBgpAsnExtended​(Long localBgpAsnExtended)

        The extended 32-bit ASN for the local BGP configuration.

        Parameters:
        localBgpAsnExtended - The extended 32-bit ASN for the local BGP configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayVirtualInterfaceGroupArn

        LocalGatewayVirtualInterfaceGroup.Builder localGatewayVirtualInterfaceGroupArn​(String localGatewayVirtualInterfaceGroupArn)

        The Amazon Resource Number (ARN) of the local gateway virtual interface group.

        Parameters:
        localGatewayVirtualInterfaceGroupArn - The Amazon Resource Number (ARN) of 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.