CreateRouteResponse.Builder |
CreateRouteResponse.Builder.applicationId(String applicationId) |
The ID of the application in which the route is created.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the route.
|
static CreateRouteResponse.Builder |
CreateRouteResponse.builder() |
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.createdByAccountId(String createdByAccountId) |
The Amazon Web Services account ID of the route creator.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.createdTime(Instant createdTime) |
A timestamp that indicates when the route is created.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
A timestamp that indicates when the route was last updated.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.ownerAccountId(String ownerAccountId) |
The Amazon Web Services account ID of the route owner.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.routeId(String routeId) |
The unique identifier of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.routeType(String routeType) |
The route type of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.routeType(RouteType routeType) |
The route type of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.serviceId(String serviceId) |
The ID of service in which the route is created.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.state(String state) |
The current state of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.state(RouteState state) |
The current state of the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the created route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.toBuilder() |
|
default CreateRouteResponse.Builder |
CreateRouteResponse.Builder.uriPathRoute(Consumer<UriPathRouteInput.Builder> uriPathRoute) |
Configuration for the URI path route type.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.uriPathRoute(UriPathRouteInput uriPathRoute) |
Configuration for the URI path route type.
|