public static interface UpdateVirtualServiceRequest.Builder extends AppMeshRequest.Builder, SdkPojo, CopyableBuilder<UpdateVirtualServiceRequest.Builder,UpdateVirtualServiceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVirtualServiceRequest.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.UpdateVirtualServiceRequest.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.UpdateVirtualServiceRequest.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.UpdateVirtualServiceRequest.Builder spec(VirtualServiceSpec spec)
The new virtual service specification to apply. This overwrites the existing data.
spec - The new virtual service specification to apply. This overwrites the existing data.default UpdateVirtualServiceRequest.Builder spec(Consumer<VirtualServiceSpec.Builder> spec)
The new virtual service specification to apply. This overwrites the existing data.
This is a convenience that creates an instance of theVirtualServiceSpec.Builder avoiding the need to
create one manually via VirtualServiceSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to spec(VirtualServiceSpec).spec - a consumer that will call methods on VirtualServiceSpec.Builderspec(VirtualServiceSpec)UpdateVirtualServiceRequest.Builder virtualServiceName(String virtualServiceName)
The name of the virtual service to update.
virtualServiceName - The name of the virtual service to update.UpdateVirtualServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVirtualServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.