@Stability(value=Stable) public static final class CfnResourceShareProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceShareProps>
CfnResourceShareProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResourceShareProps.Builder name(String name)
CfnResourceShareProps.getName()name - `AWS::RAM::ResourceShare.Name`. This parameter is required.this@Stability(value=Stable) public CfnResourceShareProps.Builder allowExternalPrincipals(Boolean allowExternalPrincipals)
CfnResourceShareProps.getAllowExternalPrincipals()allowExternalPrincipals - `AWS::RAM::ResourceShare.AllowExternalPrincipals`.this@Stability(value=Stable) public CfnResourceShareProps.Builder allowExternalPrincipals(IResolvable allowExternalPrincipals)
CfnResourceShareProps.getAllowExternalPrincipals()allowExternalPrincipals - `AWS::RAM::ResourceShare.AllowExternalPrincipals`.this@Stability(value=Stable) public CfnResourceShareProps.Builder permissionArns(List<String> permissionArns)
CfnResourceShareProps.getPermissionArns()permissionArns - `AWS::RAM::ResourceShare.PermissionArns`.this@Stability(value=Stable) public CfnResourceShareProps.Builder principals(List<String> principals)
CfnResourceShareProps.getPrincipals()principals - `AWS::RAM::ResourceShare.Principals`.this@Stability(value=Stable) public CfnResourceShareProps.Builder resourceArns(List<String> resourceArns)
CfnResourceShareProps.getResourceArns()resourceArns - `AWS::RAM::ResourceShare.ResourceArns`.this@Stability(value=Stable) public CfnResourceShareProps.Builder tags(List<? extends CfnTag> tags)
CfnResourceShareProps.getTags()tags - `AWS::RAM::ResourceShare.Tags`.this@Stability(value=Stable) public CfnResourceShareProps build()
build in interface software.amazon.jsii.Builder<CfnResourceShareProps>CfnResourceSharePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.