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