Interface RouteUpdateRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteUpdateRequest.Builder,RouteUpdateRequest>,SdkBuilder<RouteUpdateRequest.Builder,RouteUpdateRequest>,SdkPojo
- Enclosing class:
- RouteUpdateRequest
public static interface RouteUpdateRequest.Builder extends SdkPojo, CopyableBuilder<RouteUpdateRequest.Builder,RouteUpdateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteUpdateRequest.Buildercidr(String cidr)A CIDR block for one Route.RouteUpdateRequest.Buildergateway(String gateway)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 Detail
-
cidr
RouteUpdateRequest.Builder cidr(String 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
RouteUpdateRequest.Builder gateway(String 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.
-
-