@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 - The name of the member. This parameter is required.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder description(String description)
CfnMember.MemberConfigurationProperty.getDescription()description - An optional description of the member.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(CfnMember.MemberFrameworkConfigurationProperty memberFrameworkConfiguration)
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()memberFrameworkConfiguration - Configuration properties of the blockchain framework relevant to the member.this@Stability(value=Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration)
CfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()memberFrameworkConfiguration - Configuration properties of the blockchain framework relevant to the member.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 © 2022. All rights reserved.