@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 - `AWS::ManagedBlockchain::Member.MemberConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnMemberProps.Builder memberConfiguration(IResolvable memberConfiguration)
CfnMemberProps.getMemberConfiguration()memberConfiguration - `AWS::ManagedBlockchain::Member.MemberConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnMemberProps.Builder invitationId(String invitationId)
CfnMemberProps.getInvitationId()invitationId - `AWS::ManagedBlockchain::Member.InvitationId`.this@Stability(value=Stable) public CfnMemberProps.Builder networkConfiguration(IResolvable networkConfiguration)
CfnMemberProps.getNetworkConfiguration()networkConfiguration - `AWS::ManagedBlockchain::Member.NetworkConfiguration`.this@Stability(value=Stable) public CfnMemberProps.Builder networkConfiguration(CfnMember.NetworkConfigurationProperty networkConfiguration)
CfnMemberProps.getNetworkConfiguration()networkConfiguration - `AWS::ManagedBlockchain::Member.NetworkConfiguration`.this@Stability(value=Stable) public CfnMemberProps.Builder networkId(String networkId)
CfnMemberProps.getNetworkId()networkId - `AWS::ManagedBlockchain::Member.NetworkId`.this@Stability(value=Stable) public CfnMemberProps build()
build in interface software.amazon.jsii.Builder<CfnMemberProps>CfnMemberPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.