Class CfnAccessPolicyPropsMixin.IamRoleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotsitewise.CfnAccessPolicyPropsMixin.IamRoleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessPolicyPropsMixin.IamRoleProperty>
- Enclosing interface:
CfnAccessPolicyPropsMixin.IamRoleProperty
@Stability(Stable)
public static final class CfnAccessPolicyPropsMixin.IamRoleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessPolicyPropsMixin.IamRoleProperty>
A builder for
CfnAccessPolicyPropsMixin.IamRoleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAccessPolicyPropsMixin.IamRoleProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnAccessPolicyPropsMixin.IamRoleProperty.getArn()- Parameters:
arn- The ARN of the IAM role. For more information, see IAM ARNs in the IAM User Guide .- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccessPolicyPropsMixin.IamRoleProperty>- Returns:
- a new instance of
CfnAccessPolicyPropsMixin.IamRoleProperty - Throws:
NullPointerException- if any required attribute was not provided
-