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