Class CfnMember.MemberConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.managedblockchain.CfnMember.MemberConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMember.MemberConfigurationProperty>
- Enclosing interface:
CfnMember.MemberConfigurationProperty
@Stability(Stable)
public static final class CfnMember.MemberConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMember.MemberConfigurationProperty>
A builder for
CfnMember.MemberConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnMember.MemberConfigurationProperty.getDescription()memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration) Sets the value ofCfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()memberFrameworkConfiguration(CfnMember.MemberFrameworkConfigurationProperty memberFrameworkConfiguration) Sets the value ofCfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()Sets the value ofCfnMember.MemberConfigurationProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnMember.MemberConfigurationProperty.getName()- Parameters:
name- The name of the member. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public CfnMember.MemberConfigurationProperty.Builder description(String description) Sets the value ofCfnMember.MemberConfigurationProperty.getDescription()- Parameters:
description- An optional description of the member.- Returns:
this
-
memberFrameworkConfiguration
@Stability(Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(IResolvable memberFrameworkConfiguration) Sets the value ofCfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()- Parameters:
memberFrameworkConfiguration- Configuration properties of the blockchain framework relevant to the member.- Returns:
this
-
memberFrameworkConfiguration
@Stability(Stable) public CfnMember.MemberConfigurationProperty.Builder memberFrameworkConfiguration(CfnMember.MemberFrameworkConfigurationProperty memberFrameworkConfiguration) Sets the value ofCfnMember.MemberConfigurationProperty.getMemberFrameworkConfiguration()- Parameters:
memberFrameworkConfiguration- Configuration properties of the blockchain framework relevant to the member.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMember.MemberConfigurationProperty>- Returns:
- a new instance of
CfnMember.MemberConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-