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
Modifier and TypeMethodDescriptionrouteInstallationStatus
(String routeInstallationStatus) The current installation status of the route in the route table.routeInstallationStatus
(RouteServerRouteInstallationStatus routeInstallationStatus) The current installation status of the route in the route table.routeInstallationStatusReason
(String routeInstallationStatusReason) The reason for the current installation status of the route.routeTableId
(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 Details
-
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
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:
-
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:
-
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.
-