Modifier and Type | Method and Description |
---|---|
CfnMember |
build() |
static CfnMember.Builder |
create(Construct scope,
java.lang.String id) |
CfnMember.Builder |
invitationId(java.lang.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(java.lang.String networkId)
The unique identifier of the network to which the member belongs.
|
public static CfnMember.Builder create(Construct scope, java.lang.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
.public CfnMember.Builder memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration)
memberConfiguration
- Configuration properties of the member. This parameter is required.this
public CfnMember.Builder memberConfiguration(IResolvable memberConfiguration)
memberConfiguration
- Configuration properties of the member. This parameter is required.this
public CfnMember.Builder invitationId(java.lang.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
public CfnMember.Builder networkConfiguration(IResolvable networkConfiguration)
networkConfiguration
- Configuration properties of the network to which the member belongs. This parameter is required.this
public CfnMember.Builder networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
networkConfiguration
- Configuration properties of the network to which the member belongs. This parameter is required.this
public CfnMember.Builder networkId(java.lang.String networkId)
networkId
- The unique identifier of the network to which the member belongs. This parameter is required.this
public CfnMember build()