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(String state) |
The current state of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.state(RouteState state) |
The current state of the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.toBuilder() |
|