public static interface DeleteVerifiedAccessGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteVerifiedAccessGroupRequest.Builder,DeleteVerifiedAccessGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVerifiedAccessGroupRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive token that you provide to ensure idempotency of your modification request.
|
DeleteVerifiedAccessGroupRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteVerifiedAccessGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVerifiedAccessGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVerifiedAccessGroupRequest.Builder |
verifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVerifiedAccessGroupRequest.Builder verifiedAccessGroupId(String verifiedAccessGroupId)
The ID of the Verified Access group.
verifiedAccessGroupId - The ID of the Verified Access group.DeleteVerifiedAccessGroupRequest.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.DeleteVerifiedAccessGroupRequest.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.DeleteVerifiedAccessGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteVerifiedAccessGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.