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 |
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAssociateEnclaveCertificateIamRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.