Interface InputRequestDestinationRoute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputRequestDestinationRoute.Builder,
,InputRequestDestinationRoute> SdkBuilder<InputRequestDestinationRoute.Builder,
,InputRequestDestinationRoute> SdkPojo
- Enclosing class:
InputRequestDestinationRoute
public static interface InputRequestDestinationRoute.Builder
extends SdkPojo, CopyableBuilder<InputRequestDestinationRoute.Builder,InputRequestDestinationRoute>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR of the route.An optional gateway for the route.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 Details
-
cidr
The CIDR of the route.- Parameters:
cidr
- The CIDR of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gateway
An optional gateway for the route.- Parameters:
gateway
- An optional gateway for the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-