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