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