Interface LocalGatewayVirtualInterface.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LocalGatewayVirtualInterface.Builder,,- LocalGatewayVirtualInterface> - SdkBuilder<LocalGatewayVirtualInterface.Builder,,- LocalGatewayVirtualInterface> - SdkPojo
- Enclosing class:
- LocalGatewayVirtualInterface
- 
Method SummaryModifier and TypeMethodDescriptionconfigurationState(String configurationState) The current state of the local gateway virtual interface.configurationState(LocalGatewayVirtualInterfaceConfigurationState configurationState) The current state of the local gateway virtual interface.localAddress(String localAddress) The local address.localBgpAsn(Integer localBgpAsn) The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.localGatewayId(String localGatewayId) The ID of the local gateway.localGatewayVirtualInterfaceArn(String localGatewayVirtualInterfaceArn) The Amazon Resource Number (ARN) of the local gateway virtual interface.localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the local gateway virtual interface group.localGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId) The ID of the virtual interface.outpostLagId(String outpostLagId) The Outpost LAG ID.The ID of the Amazon Web Services account that owns the local gateway virtual interface.peerAddress(String peerAddress) The peer address.peerBgpAsn(Integer peerBgpAsn) The peer BGP ASN.peerBgpAsnExtended(Long peerBgpAsnExtended) The extended 32-bit ASN of the BGP peer for use with larger ASN values.tags(Collection<Tag> tags) The tags assigned to the virtual interface.tags(Consumer<Tag.Builder>... tags) The tags assigned to the virtual interface.The tags assigned to the virtual interface.The ID of the VLAN.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
localGatewayVirtualInterfaceIdLocalGatewayVirtualInterface.Builder localGatewayVirtualInterfaceId(String localGatewayVirtualInterfaceId) The ID of the virtual interface. - Parameters:
- localGatewayVirtualInterfaceId- The ID of the virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localGatewayIdThe 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.
 
- 
localGatewayVirtualInterfaceGroupIdLocalGatewayVirtualInterface.Builder localGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId) The ID of the local gateway virtual interface group. - Parameters:
- localGatewayVirtualInterfaceGroupId- The ID of the local gateway virtual interface group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localGatewayVirtualInterfaceArnLocalGatewayVirtualInterface.Builder localGatewayVirtualInterfaceArn(String localGatewayVirtualInterfaceArn) The Amazon Resource Number (ARN) of the local gateway virtual interface. - Parameters:
- localGatewayVirtualInterfaceArn- The Amazon Resource Number (ARN) of the local gateway virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outpostLagIdThe Outpost LAG ID. - Parameters:
- outpostLagId- The Outpost LAG ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vlanThe ID of the VLAN. - Parameters:
- vlan- The ID of the VLAN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localAddressThe local address. - Parameters:
- localAddress- The local address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerAddressThe peer address. - Parameters:
- peerAddress- The peer address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localBgpAsnThe Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway. - Parameters:
- localBgpAsn- The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerBgpAsnThe peer BGP ASN. - Parameters:
- peerBgpAsn- The peer BGP ASN.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
peerBgpAsnExtendedThe extended 32-bit ASN of the BGP peer for use with larger ASN values. - Parameters:
- peerBgpAsnExtended- The extended 32-bit ASN of the BGP peer for use with larger ASN values.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ownerIdThe ID of the Amazon Web Services account that owns the local gateway virtual interface. - Parameters:
- ownerId- The ID of the Amazon Web Services account that owns the local gateway virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags assigned to the virtual interface. - Parameters:
- tags- The tags assigned to the virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags assigned to the virtual interface. - Parameters:
- tags- The tags assigned to the virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags assigned to the virtual interface. This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(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:
 
- 
configurationStateThe current state of the local gateway virtual interface. - Parameters:
- configurationState- The current state of the local gateway virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
configurationStateLocalGatewayVirtualInterface.Builder configurationState(LocalGatewayVirtualInterfaceConfigurationState configurationState) The current state of the local gateway virtual interface. - Parameters:
- configurationState- The current state of the local gateway virtual interface.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-