public static interface RouteRef.Builder extends SdkPojo, CopyableBuilder<RouteRef.Builder,RouteRef>
| Modifier and Type | Method and Description |
|---|---|
RouteRef.Builder |
arn(String arn)
The full Amazon Resource Name (ARN) for the route.
|
RouteRef.Builder |
createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
RouteRef.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
RouteRef.Builder |
meshName(String meshName)
The name of the service mesh that the route resides in.
|
RouteRef.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
RouteRef.Builder |
resourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
RouteRef.Builder |
routeName(String routeName)
The name of the route.
|
RouteRef.Builder |
version(Long version)
The version of the resource.
|
RouteRef.Builder |
virtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRouteRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the route.
arn - The full Amazon Resource Name (ARN) for the route.RouteRef.Builder createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
createdAt - The Unix epoch timestamp in seconds for when the resource was created.RouteRef.Builder lastUpdatedAt(Instant lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
lastUpdatedAt - The Unix epoch timestamp in seconds for when the resource was last updated.RouteRef.Builder meshName(String meshName)
The name of the service mesh that the route resides in.
meshName - The name of the service mesh that the route resides in.RouteRef.Builder meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
meshOwner - The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID
of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared
meshes.RouteRef.Builder resourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
resourceOwner - The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of
the mesh owner or of another account that the mesh is shared with. For more information about mesh
sharing, see Working with
shared meshes.RouteRef.Builder routeName(String routeName)
The name of the route.
routeName - The name of the route.RouteRef.Builder version(Long version)
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
version - The version of the resource. Resources are created at version 1, and this version is incremented each
time that they're updated.RouteRef.Builder virtualRouterName(String virtualRouterName)
The virtual router that the route is associated with.
virtualRouterName - The virtual router that the route is associated with.Copyright © 2021. All rights reserved.