public static interface UpdateVirtualRouterRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<UpdateVirtualRouterRequest.Builder,UpdateVirtualRouterRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVirtualRouterRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36
letters, numbers, hyphens, and underscores are allowed.UpdateVirtualRouterRequest.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.UpdateVirtualRouterRequest.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.UpdateVirtualRouterRequest.Builder spec(VirtualRouterSpec spec)
The new virtual router specification to apply. This overwrites the existing data.
spec - The new virtual router specification to apply. This overwrites the existing data.default UpdateVirtualRouterRequest.Builder spec(Consumer<VirtualRouterSpec.Builder> spec)
The new virtual router specification to apply. This overwrites the existing data.
This is a convenience that creates an instance of theVirtualRouterSpec.Builder avoiding the need to
create one manually via VirtualRouterSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spec(VirtualRouterSpec).spec - a consumer that will call methods on VirtualRouterSpec.Builderspec(VirtualRouterSpec)UpdateVirtualRouterRequest.Builder virtualRouterName(String virtualRouterName)
The name of the virtual router to update.
virtualRouterName - The name of the virtual router to update.UpdateVirtualRouterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVirtualRouterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.