Interface Route.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Route.Builder,
,Route> SdkBuilder<Route.Builder,
,Route> SdkPojo
- Enclosing class:
Route
@Mutable
@NotThreadSafe
public static interface Route.Builder
extends SdkPojo, CopyableBuilder<Route.Builder,Route>
-
Method Summary
Modifier and TypeMethodDescriptionA CIDR block for one Route.The IP address of the Gateway for this route, if applicable.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
A CIDR block for one Route.- Parameters:
cidr
- A CIDR block for one Route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gateway
The IP address of the Gateway for this route, if applicable.- Parameters:
gateway
- The IP address of the Gateway for this route, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-