Class CfnMember.Builder
java.lang.Object
software.amazon.awscdk.services.managedblockchain.CfnMember.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMember>
- Enclosing class:
CfnMember
@Stability(Stable)
public static final class CfnMember.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMember>
A fluent builder for
CfnMember
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnMember.Builder
invitationId
(String invitationId) The unique identifier of the invitation to join the network sent to the account that creates the member.memberConfiguration
(IResolvable memberConfiguration) Configuration properties of the member.memberConfiguration
(CfnMember.MemberConfigurationProperty memberConfiguration) Configuration properties of the member.networkConfiguration
(IResolvable networkConfiguration) Configuration properties of the network to which the member belongs.networkConfiguration
(CfnMember.NetworkConfigurationProperty networkConfiguration) Configuration properties of the network to which the member belongs.The unique identifier of the network to which the member belongs.
-
Method Details
-
create
@Stability(Stable) public static CfnMember.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnMember.Builder
.
-
memberConfiguration
Configuration properties of the member.- Parameters:
memberConfiguration
- Configuration properties of the member. This parameter is required.- Returns:
this
- See Also:
-
memberConfiguration
@Stability(Stable) public CfnMember.Builder memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration) Configuration properties of the member.- Parameters:
memberConfiguration
- Configuration properties of the member. This parameter is required.- Returns:
this
- See Also:
-
invitationId
The unique identifier of the invitation to join the network sent to the account that creates the member.- Parameters:
invitationId
- The unique identifier of the invitation to join the network sent to the account that creates the member. This parameter is required.- Returns:
this
- See Also:
-
networkConfiguration
Configuration properties of the network to which the member belongs.- Parameters:
networkConfiguration
- Configuration properties of the network to which the member belongs. This parameter is required.- Returns:
this
- See Also:
-
networkConfiguration
@Stability(Stable) public CfnMember.Builder networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration) Configuration properties of the network to which the member belongs.- Parameters:
networkConfiguration
- Configuration properties of the network to which the member belongs. This parameter is required.- Returns:
this
- See Also:
-
networkId
The unique identifier of the network to which the member belongs.- Parameters:
networkId
- The unique identifier of the network to which the member belongs. This parameter is required.- Returns:
this
- See Also:
-
build
-