public static final class CfnMemberInvitationProps.Builder
extends java.lang.Object
CfnMemberInvitationProps
Constructor and Description |
---|
Builder() |
public CfnMemberInvitationProps.Builder graphArn(java.lang.String graphArn)
CfnMemberInvitationProps.getGraphArn()
graphArn
- The ARN of the behavior graph to invite the account to contribute data to. This parameter is required.this
public CfnMemberInvitationProps.Builder memberEmailAddress(java.lang.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
public CfnMemberInvitationProps.Builder memberId(java.lang.String memberId)
CfnMemberInvitationProps.getMemberId()
memberId
- The AWS account identifier of the invited account. This parameter is required.this
public CfnMemberInvitationProps.Builder disableEmailNotification(java.lang.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
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
public CfnMemberInvitationProps.Builder message(java.lang.String message)
CfnMemberInvitationProps.getMessage()
message
- Customized text to include in the invitation email message.this
public CfnMemberInvitationProps build()
CfnMemberInvitationProps
java.lang.NullPointerException
- if any required attribute was not provided