Class CfnEnclaveCertificateIamRoleAssociationMixinProps.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ec2.mixins.CfnEnclaveCertificateIamRoleAssociationMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEnclaveCertificateIamRoleAssociationMixinProps>
- Enclosing interface:
CfnEnclaveCertificateIamRoleAssociationMixinProps
@Stability(Stable)
public static final class CfnEnclaveCertificateIamRoleAssociationMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEnclaveCertificateIamRoleAssociationMixinProps>
A builder for
CfnEnclaveCertificateIamRoleAssociationMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.certificateArn(String certificateArn) Sets the value ofCfnEnclaveCertificateIamRoleAssociationMixinProps.getCertificateArn()Sets the value ofCfnEnclaveCertificateIamRoleAssociationMixinProps.getRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificateArn
@Stability(Stable) public CfnEnclaveCertificateIamRoleAssociationMixinProps.Builder certificateArn(String certificateArn) Sets the value ofCfnEnclaveCertificateIamRoleAssociationMixinProps.getCertificateArn()- Parameters:
certificateArn- The ARN of the ACM certificate with which to associate the IAM role.- Returns:
this
-
roleArn
@Stability(Stable) public CfnEnclaveCertificateIamRoleAssociationMixinProps.Builder roleArn(String roleArn) Sets the value ofCfnEnclaveCertificateIamRoleAssociationMixinProps.getRoleArn()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEnclaveCertificateIamRoleAssociationMixinProps>- Returns:
- a new instance of
CfnEnclaveCertificateIamRoleAssociationMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-