public static final class CfnEnclaveCertificateIamRoleAssociation.Builder
extends java.lang.Object
CfnEnclaveCertificateIamRoleAssociation
.Modifier and Type | Method and Description |
---|---|
CfnEnclaveCertificateIamRoleAssociation |
build() |
CfnEnclaveCertificateIamRoleAssociation.Builder |
certificateArn(java.lang.String certificateArn)
The ARN of the ACM certificate with which to associate the IAM role.
|
static CfnEnclaveCertificateIamRoleAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnEnclaveCertificateIamRoleAssociation.Builder |
roleArn(java.lang.String roleArn)
The ARN of the IAM role to associate with the ACM certificate.
|
public static CfnEnclaveCertificateIamRoleAssociation.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnEnclaveCertificateIamRoleAssociation.Builder
.public CfnEnclaveCertificateIamRoleAssociation.Builder certificateArn(java.lang.String certificateArn)
certificateArn
- The ARN of the ACM certificate with which to associate the IAM role. This parameter is required.this
public CfnEnclaveCertificateIamRoleAssociation.Builder roleArn(java.lang.String roleArn)
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. This parameter is required.this
public CfnEnclaveCertificateIamRoleAssociation build()