Interface PropagatingVgwSetDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PropagatingVgwSetDetails.Builder,
,PropagatingVgwSetDetails> SdkBuilder<PropagatingVgwSetDetails.Builder,
,PropagatingVgwSetDetails> SdkPojo
- Enclosing class:
PropagatingVgwSetDetails
@Mutable
@NotThreadSafe
public static interface PropagatingVgwSetDetails.Builder
extends SdkPojo, CopyableBuilder<PropagatingVgwSetDetails.Builder,PropagatingVgwSetDetails>
-
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.
-