@Stability(value=Stable) public static final class CfnMemberInvitationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMemberInvitationProps>
CfnMemberInvitationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMemberInvitationProps |
build()
Builds the configured instance.
|
CfnMemberInvitationProps.Builder |
disableEmailNotification(Boolean disableEmailNotification)
Sets the value of
CfnMemberInvitationProps.getDisableEmailNotification() |
CfnMemberInvitationProps.Builder |
disableEmailNotification(IResolvable disableEmailNotification)
Sets the value of
CfnMemberInvitationProps.getDisableEmailNotification() |
CfnMemberInvitationProps.Builder |
graphArn(String graphArn)
Sets the value of
CfnMemberInvitationProps.getGraphArn() |
CfnMemberInvitationProps.Builder |
memberEmailAddress(String memberEmailAddress)
Sets the value of
CfnMemberInvitationProps.getMemberEmailAddress() |
CfnMemberInvitationProps.Builder |
memberId(String memberId)
Sets the value of
CfnMemberInvitationProps.getMemberId() |
CfnMemberInvitationProps.Builder |
message(String message)
Sets the value of
CfnMemberInvitationProps.getMessage() |
@Stability(value=Stable) public CfnMemberInvitationProps.Builder graphArn(String graphArn)
CfnMemberInvitationProps.getGraphArn()graphArn - The ARN of the behavior graph to invite the account to contribute data to. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitationProps.Builder memberEmailAddress(String memberEmailAddress)
CfnMemberInvitationProps.getMemberEmailAddress()memberEmailAddress - The root user email address of the invited account. This parameter is required.
If the email address provided is not the root user email address for the provided account, the invitation creation fails.this@Stability(value=Stable) public CfnMemberInvitationProps.Builder memberId(String memberId)
CfnMemberInvitationProps.getMemberId()memberId - The AWS account identifier of the invited account. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitationProps.Builder disableEmailNotification(Boolean disableEmailNotification)
CfnMemberInvitationProps.getDisableEmailNotification()disableEmailNotification - Whether to send an invitation email to the member account.
If set to true, the member account does not receive an invitation email.this@Stability(value=Stable) public CfnMemberInvitationProps.Builder disableEmailNotification(IResolvable disableEmailNotification)
CfnMemberInvitationProps.getDisableEmailNotification()disableEmailNotification - Whether to send an invitation email to the member account.
If set to true, the member account does not receive an invitation email.this@Stability(value=Stable) public CfnMemberInvitationProps.Builder message(String message)
CfnMemberInvitationProps.getMessage()message - Customized text to include in the invitation email message.this@Stability(value=Stable) public CfnMemberInvitationProps build()
build in interface software.amazon.jsii.Builder<CfnMemberInvitationProps>CfnMemberInvitationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.