@Stability(value=Stable) public static final class CfnMemberProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMemberProps>
CfnMemberProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMemberProps |
build()
Builds the configured instance.
|
CfnMemberProps.Builder |
invitationId(String invitationId)
Sets the value of
CfnMemberProps.getInvitationId() |
CfnMemberProps.Builder |
memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration)
Sets the value of
CfnMemberProps.getMemberConfiguration() |
CfnMemberProps.Builder |
memberConfiguration(IResolvable memberConfiguration)
Sets the value of
CfnMemberProps.getMemberConfiguration() |
CfnMemberProps.Builder |
networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
Sets the value of
CfnMemberProps.getNetworkConfiguration() |
CfnMemberProps.Builder |
networkConfiguration(IResolvable networkConfiguration)
Sets the value of
CfnMemberProps.getNetworkConfiguration() |
CfnMemberProps.Builder |
networkId(String networkId)
Sets the value of
CfnMemberProps.getNetworkId() |
@Stability(value=Stable) public CfnMemberProps.Builder memberConfiguration(CfnMember.MemberConfigurationProperty memberConfiguration)
CfnMemberProps.getMemberConfiguration()memberConfiguration - Configuration properties of the member. This parameter is required.this@Stability(value=Stable) public CfnMemberProps.Builder memberConfiguration(IResolvable memberConfiguration)
CfnMemberProps.getMemberConfiguration()memberConfiguration - Configuration properties of the member. This parameter is required.this@Stability(value=Stable) public CfnMemberProps.Builder invitationId(String invitationId)
CfnMemberProps.getInvitationId()invitationId - The unique identifier of the invitation to join the network sent to the account that creates the member.this@Stability(value=Stable) public CfnMemberProps.Builder networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
CfnMemberProps.getNetworkConfiguration()networkConfiguration - Configuration properties of the network to which the member belongs.this@Stability(value=Stable) public CfnMemberProps.Builder networkConfiguration(IResolvable networkConfiguration)
CfnMemberProps.getNetworkConfiguration()networkConfiguration - Configuration properties of the network to which the member belongs.this@Stability(value=Stable) public CfnMemberProps.Builder networkId(String networkId)
CfnMemberProps.getNetworkId()networkId - The unique identifier of the network to which the member belongs.this@Stability(value=Stable) public CfnMemberProps build()
build in interface software.amazon.jsii.Builder<CfnMemberProps>CfnMemberPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.