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