public static interface VirtualRouterRef.Builder extends SdkPojo, CopyableBuilder<VirtualRouterRef.Builder,VirtualRouterRef>
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterRef.Builder |
arn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
|
VirtualRouterRef.Builder |
createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualRouterRef.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualRouterRef.Builder |
meshName(String meshName)
The name of the service mesh that the virtual router resides in.
|
VirtualRouterRef.Builder |
meshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
VirtualRouterRef.Builder |
resourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
VirtualRouterRef.Builder |
version(Long version)
The version of the resource.
|
VirtualRouterRef.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualRouterRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the virtual router.
arn - The full Amazon Resource Name (ARN) for the virtual router.VirtualRouterRef.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.VirtualRouterRef.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.VirtualRouterRef.Builder meshName(String meshName)
The name of the service mesh that the virtual router resides in.
meshName - The name of the service mesh that the virtual router resides in.VirtualRouterRef.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.VirtualRouterRef.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.VirtualRouterRef.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.VirtualRouterRef.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName - The name of the virtual router.Copyright © 2021. All rights reserved.