public static interface DeletePermissionRequest.Builder extends AcmPcaRequest.Builder, SdkPojo, CopyableBuilder<DeletePermissionRequest.Builder,DeletePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePermissionRequest.Builder |
certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions.
|
DeletePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePermissionRequest.Builder |
principal(String principal)
The Amazon Web Services service or identity that will have its CA permissions revoked.
|
DeletePermissionRequest.Builder |
sourceAccount(String sourceAccount)
The Amazon Web Services account that calls this action.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePermissionRequest.Builder certificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's ARN by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
certificateAuthorityArn - The Amazon Resource Number (ARN) of the private CA that issued the permissions. You can find the CA's
ARN by calling the ListCertificateAuthorities action. This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .
DeletePermissionRequest.Builder principal(String principal)
The Amazon Web Services service or identity that will have its CA permissions revoked. At this time, the only
valid service principal is acm.amazonaws.com
principal - The Amazon Web Services service or identity that will have its CA permissions revoked. At this time,
the only valid service principal is acm.amazonaws.comDeletePermissionRequest.Builder sourceAccount(String sourceAccount)
The Amazon Web Services account that calls this action.
sourceAccount - The Amazon Web Services account that calls this action.DeletePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.