public static interface ImportClientVpnClientCertificateRevocationListRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ImportClientVpnClientCertificateRevocationListRequest.Builder,ImportClientVpnClientCertificateRevocationListRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportClientVpnClientCertificateRevocationListRequest.Builder |
certificateRevocationList(String certificateRevocationList)
The client certificate revocation list file.
|
ImportClientVpnClientCertificateRevocationListRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
|
ImportClientVpnClientCertificateRevocationListRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
ImportClientVpnClientCertificateRevocationListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportClientVpnClientCertificateRevocationListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportClientVpnClientCertificateRevocationListRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint to which the client certificate revocation list applies.
clientVpnEndpointId - The ID of the Client VPN endpoint to which the client certificate revocation list applies.ImportClientVpnClientCertificateRevocationListRequest.Builder certificateRevocationList(String certificateRevocationList)
The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.
certificateRevocationList - The client certificate revocation list file. For more information, see Generate a Client Certificate Revocation List in the Client VPN Administrator Guide.ImportClientVpnClientCertificateRevocationListRequest.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.ImportClientVpnClientCertificateRevocationListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportClientVpnClientCertificateRevocationListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.