public static interface VirtualNodeRef.Builder extends SdkPojo, CopyableBuilder<VirtualNodeRef.Builder,VirtualNodeRef>
Modifier and Type | Method and Description |
---|---|
VirtualNodeRef.Builder |
arn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
|
VirtualNodeRef.Builder |
meshName(String meshName)
The name of the service mesh in which the virtual node resides.
|
VirtualNodeRef.Builder |
virtualNodeName(String virtualNodeName)
The name of the virtual node.
|
copy
applyMutation, build
VirtualNodeRef.Builder arn(String arn)
The full Amazon Resource Name (ARN) for the virtual node.
arn
- The full Amazon Resource Name (ARN) for the virtual node.VirtualNodeRef.Builder meshName(String meshName)
The name of the service mesh in which the virtual node resides.
meshName
- The name of the service mesh in which the virtual node resides.VirtualNodeRef.Builder virtualNodeName(String virtualNodeName)
The name of the virtual node.
virtualNodeName
- The name of the virtual node.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.