Interface LocalGatewayRouteTableVpcAssociation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>, SdkBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>, SdkPojo
Enclosing class:
LocalGatewayRouteTableVpcAssociation

public static interface LocalGatewayRouteTableVpcAssociation.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTableVpcAssociation.Builder,LocalGatewayRouteTableVpcAssociation>
  • Method Details

    • localGatewayRouteTableVpcAssociationId

      LocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableVpcAssociationId(String localGatewayRouteTableVpcAssociationId)

      The ID of the association.

      Parameters:
      localGatewayRouteTableVpcAssociationId - The ID of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localGatewayRouteTableId

      LocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableId(String localGatewayRouteTableId)

      The ID of the local gateway route table.

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

      LocalGatewayRouteTableVpcAssociation.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)

      The Amazon Resource Name (ARN) of the local gateway route table for the association.

      Parameters:
      localGatewayRouteTableArn - The Amazon Resource Name (ARN) of the local gateway route table for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localGatewayId

      LocalGatewayRouteTableVpcAssociation.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.
    • vpcId

      The ID of the VPC.

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

      The ID of the Amazon Web Services account that owns the local gateway route table for the association.

      Parameters:
      ownerId - The ID of the Amazon Web Services account that owns the local gateway route table for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the association.

      Parameters:
      state - The state of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags assigned to the association.

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

      The tags assigned to the association.

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

      The tags assigned to the association.

      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<Tag>).

      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: