Interface RouteServerRouteInstallationDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteServerRouteInstallationDetail.Builder,RouteServerRouteInstallationDetail>,SdkBuilder<RouteServerRouteInstallationDetail.Builder,RouteServerRouteInstallationDetail>,SdkPojo
- Enclosing class:
- RouteServerRouteInstallationDetail
@Mutable @NotThreadSafe public static interface RouteServerRouteInstallationDetail.Builder extends SdkPojo, CopyableBuilder<RouteServerRouteInstallationDetail.Builder,RouteServerRouteInstallationDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteServerRouteInstallationDetail.BuilderrouteInstallationStatus(String routeInstallationStatus)The current installation status of the route in the route table.RouteServerRouteInstallationDetail.BuilderrouteInstallationStatus(RouteServerRouteInstallationStatus routeInstallationStatus)The current installation status of the route in the route table.RouteServerRouteInstallationDetail.BuilderrouteInstallationStatusReason(String routeInstallationStatusReason)The reason for the current installation status of the route.RouteServerRouteInstallationDetail.BuilderrouteTableId(String routeTableId)The ID of the route table where the route is being installed.-
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
-
routeTableId
RouteServerRouteInstallationDetail.Builder routeTableId(String routeTableId)
The ID of the route table where the route is being installed.
- Parameters:
routeTableId- The ID of the route table where the route is being installed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeInstallationStatus
RouteServerRouteInstallationDetail.Builder routeInstallationStatus(String routeInstallationStatus)
The current installation status of the route in the route table.
- Parameters:
routeInstallationStatus- The current installation status of the route in the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteServerRouteInstallationStatus,RouteServerRouteInstallationStatus
-
routeInstallationStatus
RouteServerRouteInstallationDetail.Builder routeInstallationStatus(RouteServerRouteInstallationStatus routeInstallationStatus)
The current installation status of the route in the route table.
- Parameters:
routeInstallationStatus- The current installation status of the route in the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteServerRouteInstallationStatus,RouteServerRouteInstallationStatus
-
routeInstallationStatusReason
RouteServerRouteInstallationDetail.Builder routeInstallationStatusReason(String routeInstallationStatusReason)
The reason for the current installation status of the route.
- Parameters:
routeInstallationStatusReason- The reason for the current installation status of the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-