public static interface CreateVerifiedAccessGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVerifiedAccessGroupRequest.Builder,CreateVerifiedAccessGroupRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVerifiedAccessGroupRequest.Builder verifiedAccessInstanceId(String verifiedAccessInstanceId)
The ID of the Verified Access instance.
verifiedAccessInstanceId - The ID of the Verified Access instance.CreateVerifiedAccessGroupRequest.Builder description(String description)
A description for the Verified Access group.
description - A description for the Verified Access group.CreateVerifiedAccessGroupRequest.Builder policyDocument(String policyDocument)
The Verified Access policy document.
policyDocument - The Verified Access policy document.CreateVerifiedAccessGroupRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to assign to the Verified Access group.
tagSpecifications - The tags to assign to the Verified Access group.CreateVerifiedAccessGroupRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to assign to the Verified Access group.
tagSpecifications - The tags to assign to the Verified Access group.CreateVerifiedAccessGroupRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to assign to the Verified Access group.
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) CreateVerifiedAccessGroupRequest.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.CreateVerifiedAccessGroupRequest.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.CreateVerifiedAccessGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateVerifiedAccessGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.