Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iam.CfnRoleMixinProps.Builder
Packages that use CfnRoleMixinProps.Builder
-
Uses of CfnRoleMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.iam
Methods in software.amazon.awscdk.cfnpropertymixins.services.iam that return CfnRoleMixinProps.BuilderModifier and TypeMethodDescriptionCfnRoleMixinProps.Builder.assumeRolePolicyDocument(Object assumeRolePolicyDocument) Sets the value ofCfnRoleMixinProps.getAssumeRolePolicyDocument()static CfnRoleMixinProps.BuilderCfnRoleMixinProps.builder()CfnRoleMixinProps.Builder.description(String description) Sets the value ofCfnRoleMixinProps.getDescription()CfnRoleMixinProps.Builder.managedPolicyArns(List<? extends Object> managedPolicyArns) Sets the value ofCfnRoleMixinProps.getManagedPolicyArns()CfnRoleMixinProps.Builder.maxSessionDuration(Number maxSessionDuration) Sets the value ofCfnRoleMixinProps.getMaxSessionDuration()Sets the value ofCfnRoleMixinProps.getPath()CfnRoleMixinProps.Builder.permissionsBoundary(String permissionsBoundary) Sets the value ofCfnRoleMixinProps.getPermissionsBoundary()CfnRoleMixinProps.Builder.permissionsBoundary(IManagedPolicyRef permissionsBoundary) Sets the value ofCfnRoleMixinProps.getPermissionsBoundary()Sets the value ofCfnRoleMixinProps.getPolicies()CfnRoleMixinProps.Builder.policies(IResolvable policies) Sets the value ofCfnRoleMixinProps.getPolicies()Sets the value ofCfnRoleMixinProps.getRoleName()Sets the value ofCfnRoleMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.iam with parameters of type CfnRoleMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRoleMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoleMixinProps.Builder.