public static interface DeleteRouteResponse.Builder extends MigrationHubRefactorSpacesResponse.Builder, SdkPojo, CopyableBuilder<DeleteRouteResponse.Builder,DeleteRouteResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteRouteResponse.Builder |
applicationId(String applicationId)
The ID of the application that the route belongs to.
|
DeleteRouteResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the route.
|
DeleteRouteResponse.Builder |
lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the route was last updated.
|
DeleteRouteResponse.Builder |
routeId(String routeId)
The ID of the route to delete.
|
DeleteRouteResponse.Builder |
serviceId(String serviceId)
The ID of the service that the route belongs to.
|
DeleteRouteResponse.Builder |
state(RouteState state)
The current state of the route.
|
DeleteRouteResponse.Builder |
state(String state)
The current state of the route.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRouteResponse.Builder applicationId(String applicationId)
The ID of the application that the route belongs to.
applicationId - The ID of the application that the route belongs to.DeleteRouteResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the route.
arn - The Amazon Resource Name (ARN) of the route.DeleteRouteResponse.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.DeleteRouteResponse.Builder routeId(String routeId)
The ID of the route to delete.
routeId - The ID of the route to delete.DeleteRouteResponse.Builder serviceId(String serviceId)
The ID of the service that the route belongs to.
serviceId - The ID of the service that the route belongs to.DeleteRouteResponse.Builder state(String state)
The current state of the route.
state - The current state of the route.RouteState,
RouteStateDeleteRouteResponse.Builder state(RouteState state)
The current state of the route.
state - The current state of the route.RouteState,
RouteStateCopyright © 2023. All rights reserved.