Interface PropagatingVgw.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PropagatingVgw.Builder,
,PropagatingVgw> SdkBuilder<PropagatingVgw.Builder,
,PropagatingVgw> SdkPojo
- Enclosing class:
PropagatingVgw
@Mutable
@NotThreadSafe
public static interface PropagatingVgw.Builder
extends SdkPojo, CopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-