| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
GetRouteResponse.Builder |
GetRouteResponse.Builder.appendSourcePath(Boolean appendSourcePath)
If set to
true, this option appends the source path to the service URL endpoint. |
GetRouteResponse.Builder |
GetRouteResponse.Builder.applicationId(String applicationId)
The ID of the application that the route belongs to.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the route.
|
static GetRouteResponse.Builder |
GetRouteResponse.builder() |
GetRouteResponse.Builder |
GetRouteResponse.Builder.createdByAccountId(String createdByAccountId)
The Amazon Web Services account ID of the route creator.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.createdTime(Instant createdTime)
The timestamp of when the route is created.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.environmentId(String environmentId)
Unique identifier of the environment.
|
default GetRouteResponse.Builder |
GetRouteResponse.Builder.error(Consumer<ErrorResponse.Builder> error)
Any error associated with the route resource.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.error(ErrorResponse error)
Any error associated with the route resource.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.includeChildPaths(Boolean includeChildPaths)
Indicates whether to match all subpaths of the given source path.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.lastUpdatedTime(Instant lastUpdatedTime)
A timestamp that indicates when the route was last updated.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methods(Collection<HttpMethod> methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methods(HttpMethod... methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methodsWithStrings(Collection<String> methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.methodsWithStrings(String... methods)
A list of HTTP methods to match.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.ownerAccountId(String ownerAccountId)
The Amazon Web Services account ID of the route owner.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.pathResourceToId(Map<String,String> pathResourceToId)
A mapping of Amazon API Gateway path resources to resource IDs.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.routeId(String routeId)
The unique identifier of the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.routeType(RouteType routeType)
The type of route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.routeType(String routeType)
The type of route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.serviceId(String serviceId)
The unique identifier of the service.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.sourcePath(String sourcePath)
This is the path that Refactor Spaces uses to match traffic.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.state(RouteState state)
The current state of the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.state(String state)
The current state of the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the route.
|
GetRouteResponse.Builder |
GetRouteResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetRouteResponse.Builder> |
GetRouteResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.