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