Interface PropagatingVgw.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>,SdkBuilder<PropagatingVgw.Builder,PropagatingVgw>,SdkPojo
- Enclosing class:
- PropagatingVgw
public static interface PropagatingVgw.Builder extends SdkPojo, CopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropagatingVgw.BuildergatewayId(String gatewayId)The ID of the virtual private gateway.-
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, sdkFields
-
-
-
-
Method Detail
-
gatewayId
PropagatingVgw.Builder gatewayId(String gatewayId)
The ID of the virtual private gateway.
- Parameters:
gatewayId- The ID of the virtual private gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-