Interface LocalGatewayVirtualInterfaceGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>,SdkBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>,SdkPojo
- Enclosing class:
- LocalGatewayVirtualInterfaceGroup
@Mutable @NotThreadSafe public static interface LocalGatewayVirtualInterfaceGroup.Builder extends SdkPojo, CopyableBuilder<LocalGatewayVirtualInterfaceGroup.Builder,LocalGatewayVirtualInterfaceGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalGatewayVirtualInterfaceGroup.BuilderconfigurationState(String configurationState)The current state of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.BuilderconfigurationState(LocalGatewayVirtualInterfaceGroupConfigurationState configurationState)The current state of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.BuilderlocalBgpAsn(Integer localBgpAsn)The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).LocalGatewayVirtualInterfaceGroup.BuilderlocalBgpAsnExtended(Long localBgpAsnExtended)The extended 32-bit ASN for the local BGP configuration.LocalGatewayVirtualInterfaceGroup.BuilderlocalGatewayId(String localGatewayId)The ID of the local gateway.LocalGatewayVirtualInterfaceGroup.BuilderlocalGatewayVirtualInterfaceGroupArn(String localGatewayVirtualInterfaceGroupArn)The Amazon Resource Number (ARN) of the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.BuilderlocalGatewayVirtualInterfaceGroupId(String localGatewayVirtualInterfaceGroupId)The ID of the virtual interface group.LocalGatewayVirtualInterfaceGroup.BuilderlocalGatewayVirtualInterfaceIds(String... localGatewayVirtualInterfaceIds)The IDs of the virtual interfaces.LocalGatewayVirtualInterfaceGroup.BuilderlocalGatewayVirtualInterfaceIds(Collection<String> localGatewayVirtualInterfaceIds)The IDs of the virtual interfaces.LocalGatewayVirtualInterfaceGroup.BuilderownerId(String ownerId)The ID of the Amazon Web Services account that owns the local gateway virtual interface group.LocalGatewayVirtualInterfaceGroup.Buildertags(Collection<Tag> tags)The tags assigned to the virtual interface group.LocalGatewayVirtualInterfaceGroup.Buildertags(Consumer<Tag.Builder>... tags)The tags assigned to the virtual interface group.LocalGatewayVirtualInterfaceGroup.Buildertags(Tag... tags)The tags assigned to the virtual interface group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
tags
LocalGatewayVirtualInterfaceGroup.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the virtual interface group.
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 to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
configurationState
LocalGatewayVirtualInterfaceGroup.Builder configurationState(String configurationState)
The current state of the local gateway virtual interface group.
- Parameters:
configurationState- The current state of the local gateway virtual interface group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocalGatewayVirtualInterfaceGroupConfigurationState,LocalGatewayVirtualInterfaceGroupConfigurationState
-
configurationState
LocalGatewayVirtualInterfaceGroup.Builder configurationState(LocalGatewayVirtualInterfaceGroupConfigurationState configurationState)
The current state of the local gateway virtual interface group.
- Parameters:
configurationState- The current state of the local gateway virtual interface group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocalGatewayVirtualInterfaceGroupConfigurationState,LocalGatewayVirtualInterfaceGroupConfigurationState
-
-