Interface OutpostLag.Builder

    • Method Detail

      • outpostArn

        OutpostLag.Builder outpostArn​(String outpostArn)

        The Amazon Resource Number (ARN) of the Outpost LAG.

        Parameters:
        outpostArn - The Amazon Resource Number (ARN) of the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerId

        OutpostLag.Builder ownerId​(String ownerId)

        The ID of the Outpost LAG owner.

        Parameters:
        ownerId - The ID of the Outpost LAG owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        OutpostLag.Builder state​(String state)

        The current state of the Outpost LAG.

        Parameters:
        state - The current state of the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outpostLagId

        OutpostLag.Builder outpostLagId​(String outpostLagId)

        The ID of the Outpost LAG.

        Parameters:
        outpostLagId - The ID of the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • localGatewayVirtualInterfaceIds

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

        The IDs of the local gateway virtual interfaces associated with the Outpost LAG.

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

        OutpostLag.Builder localGatewayVirtualInterfaceIds​(String... localGatewayVirtualInterfaceIds)

        The IDs of the local gateway virtual interfaces associated with the Outpost LAG.

        Parameters:
        localGatewayVirtualInterfaceIds - The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceLinkVirtualInterfaceIds

        OutpostLag.Builder serviceLinkVirtualInterfaceIds​(Collection<String> serviceLinkVirtualInterfaceIds)

        The service link virtual interface IDs associated with the Outpost LAG.

        Parameters:
        serviceLinkVirtualInterfaceIds - The service link virtual interface IDs associated with the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceLinkVirtualInterfaceIds

        OutpostLag.Builder serviceLinkVirtualInterfaceIds​(String... serviceLinkVirtualInterfaceIds)

        The service link virtual interface IDs associated with the Outpost LAG.

        Parameters:
        serviceLinkVirtualInterfaceIds - The service link virtual interface IDs associated with the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

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

        The tags associated with the Outpost LAG.

        Parameters:
        tags - The tags associated with the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        OutpostLag.Builder tags​(Tag... tags)

        The tags associated with the Outpost LAG.

        Parameters:
        tags - The tags associated with the Outpost LAG.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        OutpostLag.Builder tags​(Consumer<Tag.Builder>... tags)

        The tags associated with the Outpost LAG.

        This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #tags(List).

        Parameters:
        tags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #tags(java.util.Collection)