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