public static interface CreateVerifiedAccessInstanceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVerifiedAccessInstanceRequest.Builder,CreateVerifiedAccessInstanceRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVerifiedAccessInstanceRequest.Builder description(String description)
A description for the Verified Access instance.
description - A description for the Verified Access instance.CreateVerifiedAccessInstanceRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access instance.
tagSpecifications - The tags to assign to the Verified Access instance.CreateVerifiedAccessInstanceRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Verified Access instance.
tagSpecifications - The tags to assign to the Verified Access instance.CreateVerifiedAccessInstanceRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Verified Access instance.
This is a convenience method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) CreateVerifiedAccessInstanceRequest.Builder clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
clientToken - A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
For more information, see Ensuring
Idempotency.CreateVerifiedAccessInstanceRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateVerifiedAccessInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVerifiedAccessInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.