Interface PropagatingVgwSetDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PropagatingVgwSetDetails.Builder,PropagatingVgwSetDetails>,SdkBuilder<PropagatingVgwSetDetails.Builder,PropagatingVgwSetDetails>,SdkPojo
- Enclosing class:
- PropagatingVgwSetDetails
public static interface PropagatingVgwSetDetails.Builder extends SdkPojo, CopyableBuilder<PropagatingVgwSetDetails.Builder,PropagatingVgwSetDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropagatingVgwSetDetails.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
gatewayId
PropagatingVgwSetDetails.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.
-
-