public static interface UpdateRouteResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<UpdateRouteResponse.Builder,UpdateRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteResponse.Builder |
applicationId(String applicationId)
The ID of the application in which the route is being updated.
|
UpdateRouteResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the route.
|
UpdateRouteResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the route was last updated.
|
UpdateRouteResponse.Builder |
routeId(String routeId)
The unique identifier of the route.
|
UpdateRouteResponse.Builder |
serviceId(String serviceId)
The ID of service in which the route was created.
|
UpdateRouteResponse.Builder |
state(RouteState state)
The current state of the route.
|
UpdateRouteResponse.Builder |
state(String state)
The current state of the route.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRouteResponse.Builder applicationId(String applicationId)
The ID of the application in which the route is being updated.
applicationId - The ID of the application in which the route is being updated.UpdateRouteResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the route. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id . For
more information about ARNs, see Amazon Resource Names
(ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the route. The format for this ARN is
arn:aws:refactor-spaces:region:account-id:resource-type/resource-id
. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.UpdateRouteResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the route was last updated.
lastUpdatedTime - A timestamp that indicates when the route was last updated.UpdateRouteResponse.Builder routeId(String routeId)
The unique identifier of the route.
routeId - The unique identifier of the route.UpdateRouteResponse.Builder serviceId(String serviceId)
The ID of service in which the route was created. Traffic that matches this route is forwarded to this service.
serviceId - The ID of service in which the route was created. Traffic that matches this route is forwarded to this
service.UpdateRouteResponse.Builder state(String state)
The current state of the route.
state - The current state of the route.RouteState,
RouteStateUpdateRouteResponse.Builder state(RouteState state)
The current state of the route.
state - The current state of the route.RouteState,
RouteStateCopyright © 2022. All rights reserved.