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