| Modifier and Type | Method and Description |
|---|---|
CfnMember |
build() |
static CfnMember.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMember.Builder |
invitationId(String invitationId)
The unique identifier of the invitation to join the network sent to the account that creates the member.
|
CfnMember.Builder |
memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration)
Configuration properties of the member.
|
CfnMember.Builder |
memberConfiguration(IResolvable memberConfiguration)
Configuration properties of the member.
|
CfnMember.Builder |
networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
Configuration properties of the network to which the member belongs.
|
CfnMember.Builder |
networkConfiguration(IResolvable networkConfiguration)
Configuration properties of the network to which the member belongs.
|
CfnMember.Builder |
networkId(String networkId)
The unique identifier of the network to which the member belongs.
|
@Stability(value=Stable) public static CfnMember.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMember.ApprovalThresholdPolicyProperty.Builder.@Stability(value=Stable) public CfnMember.Builder memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration)
memberConfiguration - Configuration properties of the member. This parameter is required.this@Stability(value=Stable) public CfnMember.Builder memberConfiguration(IResolvable memberConfiguration)
memberConfiguration - Configuration properties of the member. This parameter is required.this@Stability(value=Stable) public CfnMember.Builder invitationId(String invitationId)
invitationId - The unique identifier of the invitation to join the network sent to the account that creates the member. This parameter is required.this@Stability(value=Stable) public CfnMember.Builder networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
networkConfiguration - Configuration properties of the network to which the member belongs. This parameter is required.this@Stability(value=Stable) public CfnMember.Builder networkConfiguration(IResolvable networkConfiguration)
networkConfiguration - Configuration properties of the network to which the member belongs. This parameter is required.this@Stability(value=Stable) public CfnMember.Builder networkId(String networkId)
networkId - The unique identifier of the network to which the member belongs. This parameter is required.thisCopyright © 2022. All rights reserved.