public static interface DisassociateEnclaveCertificateIamRoleRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateEnclaveCertificateIamRoleRequest.Builder,DisassociateEnclaveCertificateIamRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateEnclaveCertificateIamRoleRequest.Builder |
certificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
|
DisassociateEnclaveCertificateIamRoleRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DisassociateEnclaveCertificateIamRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateEnclaveCertificateIamRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateEnclaveCertificateIamRoleRequest.Builder |
roleArn(String roleArn)
The ARN of the IAM role to disassociate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateEnclaveCertificateIamRoleRequest.Builder certificateArn(String certificateArn)
The ARN of the ACM certificate from which to disassociate the IAM role.
certificateArn - The ARN of the ACM certificate from which to disassociate the IAM role.DisassociateEnclaveCertificateIamRoleRequest.Builder roleArn(String roleArn)
The ARN of the IAM role to disassociate.
roleArn - The ARN of the IAM role to disassociate.DisassociateEnclaveCertificateIamRoleRequest.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.DisassociateEnclaveCertificateIamRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateEnclaveCertificateIamRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.