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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputRequestDestinationRoute.Buildercidr(String cidr)The CIDR of the route.InputRequestDestinationRoute.Buildergateway(String gateway)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cidr
InputRequestDestinationRoute.Builder cidr(String 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
InputRequestDestinationRoute.Builder gateway(String 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.
-
-