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 |
meshName(String meshName)
The name of the service mesh in which the virtual router resides.
|
VirtualRouterRef.Builder |
virtualRouterName(String virtualRouterName)
The name of the virtual router.
|
copy
applyMutation, build
VirtualRouterRef.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 meshName(String meshName)
The name of the service mesh in which the virtual router resides.
meshName
- The name of the service mesh in which the virtual router resides.VirtualRouterRef.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router.
virtualRouterName
- The name of the virtual router.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.