Interface LocalGatewayRouteTable.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocalGatewayRouteTable.Builder,LocalGatewayRouteTable>,SdkBuilder<LocalGatewayRouteTable.Builder,LocalGatewayRouteTable>,SdkPojo
- Enclosing class:
- LocalGatewayRouteTable
public static interface LocalGatewayRouteTable.Builder extends SdkPojo, CopyableBuilder<LocalGatewayRouteTable.Builder,LocalGatewayRouteTable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LocalGatewayRouteTable.BuilderlocalGatewayId(String localGatewayId)The ID of the local gateway.LocalGatewayRouteTable.BuilderlocalGatewayRouteTableArn(String localGatewayRouteTableArn)The Amazon Resource Name (ARN) of the local gateway route table.LocalGatewayRouteTable.BuilderlocalGatewayRouteTableId(String localGatewayRouteTableId)The ID of the local gateway route table.LocalGatewayRouteTable.Buildermode(String mode)The mode of the local gateway route table.LocalGatewayRouteTable.Buildermode(LocalGatewayRouteTableMode mode)The mode of the local gateway route table.LocalGatewayRouteTable.BuilderoutpostArn(String outpostArn)The Amazon Resource Name (ARN) of the Outpost.LocalGatewayRouteTable.BuilderownerId(String ownerId)The ID of the Amazon Web Services account that owns the local gateway route table.LocalGatewayRouteTable.Builderstate(String state)The state of the local gateway route table.default LocalGatewayRouteTable.BuilderstateReason(Consumer<StateReason.Builder> stateReason)Information about the state change.LocalGatewayRouteTable.BuilderstateReason(StateReason stateReason)Information about the state change.LocalGatewayRouteTable.Buildertags(Collection<Tag> tags)The tags assigned to the local gateway route table.LocalGatewayRouteTable.Buildertags(Consumer<Tag.Builder>... tags)The tags assigned to the local gateway route table.LocalGatewayRouteTable.Buildertags(Tag... tags)The tags assigned to the local gateway route table.-
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
-
localGatewayRouteTableId
LocalGatewayRouteTable.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
LocalGatewayRouteTable.Builder localGatewayRouteTableArn(String localGatewayRouteTableArn)
The Amazon Resource Name (ARN) of the local gateway route table.
- Parameters:
localGatewayRouteTableArn- The Amazon Resource Name (ARN) of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayId
LocalGatewayRouteTable.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.
-
outpostArn
LocalGatewayRouteTable.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
- Parameters:
outpostArn- The Amazon Resource Name (ARN) of the Outpost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
LocalGatewayRouteTable.Builder ownerId(String ownerId)
The ID of the Amazon Web Services account that owns the local gateway route table.
- Parameters:
ownerId- The ID of the Amazon Web Services account that owns the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
LocalGatewayRouteTable.Builder state(String state)
The state of the local gateway route table.
- Parameters:
state- The state of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTable.Builder tags(Collection<Tag> tags)
The tags assigned to the local gateway route table.
- Parameters:
tags- The tags assigned to the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTable.Builder tags(Tag... tags)
The tags assigned to the local gateway route table.
- Parameters:
tags- The tags assigned to the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
LocalGatewayRouteTable.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the local gateway route table.
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)
-
mode
LocalGatewayRouteTable.Builder mode(String mode)
The mode of the local gateway route table.
- Parameters:
mode- The mode of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocalGatewayRouteTableMode,LocalGatewayRouteTableMode
-
mode
LocalGatewayRouteTable.Builder mode(LocalGatewayRouteTableMode mode)
The mode of the local gateway route table.
- Parameters:
mode- The mode of the local gateway route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocalGatewayRouteTableMode,LocalGatewayRouteTableMode
-
stateReason
LocalGatewayRouteTable.Builder stateReason(StateReason stateReason)
Information about the state change.
- Parameters:
stateReason- Information about the state change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateReason
default LocalGatewayRouteTable.Builder stateReason(Consumer<StateReason.Builder> stateReason)
Information about the state change.
This is a convenience method that creates an instance of theStateReason.Builderavoiding the need to create one manually viaStateReason.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostateReason(StateReason).- Parameters:
stateReason- a consumer that will call methods onStateReason.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stateReason(StateReason)
-
-