@Stability(value=Stable) public static final class CfnResourceShareProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResourceShareProps>
CfnResourceShareProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResourceShareProps.Builder |
allowExternalPrincipals(Boolean allowExternalPrincipals)
Sets the value of
CfnResourceShareProps.getAllowExternalPrincipals() |
CfnResourceShareProps.Builder |
allowExternalPrincipals(IResolvable allowExternalPrincipals)
Sets the value of
CfnResourceShareProps.getAllowExternalPrincipals() |
CfnResourceShareProps |
build()
Builds the configured instance.
|
CfnResourceShareProps.Builder |
name(String name)
Sets the value of
CfnResourceShareProps.getName() |
CfnResourceShareProps.Builder |
principals(List<String> principals)
Sets the value of
CfnResourceShareProps.getPrincipals() |
CfnResourceShareProps.Builder |
resourceArns(List<String> resourceArns)
Sets the value of
CfnResourceShareProps.getResourceArns() |
CfnResourceShareProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnResourceShareProps.getTags() |
@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 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.