Interface InputDestinationRoute.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDestinationRoute.Builder,InputDestinationRoute>,SdkBuilder<InputDestinationRoute.Builder,InputDestinationRoute>,SdkPojo
- Enclosing class:
- InputDestinationRoute
public static interface InputDestinationRoute.Builder extends SdkPojo, CopyableBuilder<InputDestinationRoute.Builder,InputDestinationRoute>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDestinationRoute.Buildercidr(String cidr)The CIDR of the route.InputDestinationRoute.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
InputDestinationRoute.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
InputDestinationRoute.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.
-
-