RouteRef.Builder |
RouteRef.Builder.arn(String arn) |
The full Amazon Resource Name (ARN) for the route.
|
static RouteRef.Builder |
RouteRef.builder() |
|
RouteRef.Builder |
RouteRef.Builder.createdAt(Instant createdAt) |
The Unix epoch timestamp in seconds for when the resource was created.
|
RouteRef.Builder |
RouteRef.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The Unix epoch timestamp in seconds for when the resource was last updated.
|
RouteRef.Builder |
RouteRef.Builder.meshName(String meshName) |
The name of the service mesh that the route resides in.
|
RouteRef.Builder |
RouteRef.Builder.meshOwner(String meshOwner) |
The Amazon Web Services IAM account ID of the service mesh owner.
|
RouteRef.Builder |
RouteRef.Builder.resourceOwner(String resourceOwner) |
The Amazon Web Services IAM account ID of the resource owner.
|
RouteRef.Builder |
RouteRef.Builder.routeName(String routeName) |
The name of the route.
|
RouteRef.Builder |
RouteRef.toBuilder() |
|
RouteRef.Builder |
RouteRef.Builder.version(Long version) |
The version of the resource.
|
RouteRef.Builder |
RouteRef.Builder.virtualRouterName(String virtualRouterName) |
The virtual router that the route is associated with.
|