| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.applicationId(String applicationId)
The ID of the application in which the route is being updated.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the route.
|
static UpdateRouteResponse.Builder |
UpdateRouteResponse.builder() |
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the route was last updated.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.routeId(String routeId)
The unique identifier of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.serviceId(String serviceId)
The ID of service in which the route was created.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.state(String state)
The current state of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRouteResponse.Builder> |
UpdateRouteResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.