Class CfnMemberMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.managedblockchain.CfnMemberMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemberMixinProps>
- Enclosing interface:
CfnMemberMixinProps
@Stability(Stable)
public static final class CfnMemberMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemberMixinProps>
A builder for
CfnMemberMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.invitationId(String invitationId) Sets the value ofCfnMemberMixinProps.getInvitationId()memberConfiguration(CfnMemberPropsMixin.MemberConfigurationProperty memberConfiguration) Sets the value ofCfnMemberMixinProps.getMemberConfiguration()memberConfiguration(IResolvable memberConfiguration) Sets the value ofCfnMemberMixinProps.getMemberConfiguration()networkConfiguration(CfnMemberPropsMixin.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnMemberMixinProps.getNetworkConfiguration()networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnMemberMixinProps.getNetworkConfiguration()Sets the value ofCfnMemberMixinProps.getNetworkId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
invitationId
Sets the value ofCfnMemberMixinProps.getInvitationId()- Parameters:
invitationId- The unique identifier of the invitation to join the network sent to the account that creates the member.- Returns:
this
-
memberConfiguration
@Stability(Stable) public CfnMemberMixinProps.Builder memberConfiguration(IResolvable memberConfiguration) Sets the value ofCfnMemberMixinProps.getMemberConfiguration()- Parameters:
memberConfiguration- Configuration properties of the member.- Returns:
this
-
memberConfiguration
@Stability(Stable) public CfnMemberMixinProps.Builder memberConfiguration(CfnMemberPropsMixin.MemberConfigurationProperty memberConfiguration) Sets the value ofCfnMemberMixinProps.getMemberConfiguration()- Parameters:
memberConfiguration- Configuration properties of the member.- Returns:
this
-
networkConfiguration
@Stability(Stable) public CfnMemberMixinProps.Builder networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnMemberMixinProps.getNetworkConfiguration()- Parameters:
networkConfiguration- Configuration properties of the network to which the member belongs.- Returns:
this
-
networkConfiguration
@Stability(Stable) public CfnMemberMixinProps.Builder networkConfiguration(CfnMemberPropsMixin.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnMemberMixinProps.getNetworkConfiguration()- Parameters:
networkConfiguration- Configuration properties of the network to which the member belongs.- Returns:
this
-
networkId
Sets the value ofCfnMemberMixinProps.getNetworkId()- Parameters:
networkId- The unique identifier of the network to which the member belongs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMemberMixinProps>- Returns:
- a new instance of
CfnMemberMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-