@Stability(value=Stable) public static final class CfnMember.MemberConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMember.MemberConfigurationProperty>
CfnMember.MemberConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMember.MemberConfigurationProperty |
build()
Builds the configured instance.
|
CfnMember.MemberConfigurationProperty.Builder |
description(String description)
Sets the value of
CfnMember.MemberConfigurationProperty.getDescription() |
CfnMember.MemberConfigurationProperty.Builder |
memberFrameworkConfiguration(CfnMember.MemberFrameworkConfigurationProperty memberFrameworkConfiguration)
Sets the value of
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration() |
CfnMember.MemberConfigurationProperty.Builder |
memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration)
Sets the value of
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration() |
CfnMember.MemberConfigurationProperty.Builder |
name(String name)
Sets the value of
CfnMember.MemberConfigurationProperty.getName() |
@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder name(String name)
CfnMember.MemberConfigurationProperty.getName()name - `CfnMember.MemberConfigurationProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder description(String description)
CfnMember.MemberConfigurationProperty.getDescription()description - `CfnMember.MemberConfigurationProperty.Description`.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(CfnMember.MemberFrameworkConfigurationProperty memberFrameworkConfiguration)
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()memberFrameworkConfiguration - `CfnMember.MemberConfigurationProperty.MemberFrameworkConfiguration`.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration)
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()memberFrameworkConfiguration - `CfnMember.MemberConfigurationProperty.MemberFrameworkConfiguration`.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnMember.MemberConfigurationProperty>CfnMember.MemberConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.