@Stability(value=Stable) public static final class CfnMemberInvitation.Builder extends Object implements software.amazon.jsii.Builder<CfnMemberInvitation>
CfnMemberInvitation.| Modifier and Type | Method and Description |
|---|---|
CfnMemberInvitation |
build() |
static CfnMemberInvitation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMemberInvitation.Builder |
disableEmailNotification(Boolean disableEmailNotification)
Whether to send an invitation email to the member account.
|
CfnMemberInvitation.Builder |
disableEmailNotification(IResolvable disableEmailNotification)
Whether to send an invitation email to the member account.
|
CfnMemberInvitation.Builder |
graphArn(String graphArn)
The ARN of the behavior graph to invite the account to contribute data to.
|
CfnMemberInvitation.Builder |
memberEmailAddress(String memberEmailAddress)
The root user email address of the invited account.
|
CfnMemberInvitation.Builder |
memberId(String memberId)
The AWS account identifier of the invited account.
|
CfnMemberInvitation.Builder |
message(String message)
Customized text to include in the invitation email message.
|
@Stability(value=Stable) public static CfnMemberInvitation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMemberInvitation.Builder.@Stability(value=Stable) public CfnMemberInvitation.Builder graphArn(String graphArn)
graphArn - The ARN of the behavior graph to invite the account to contribute data to. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation.Builder memberEmailAddress(String memberEmailAddress)
If the email address provided is not the root user email address for the provided account, the invitation creation fails.
memberEmailAddress - The root user email address of the invited account. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation.Builder memberId(String memberId)
memberId - The AWS account identifier of the invited account. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation.Builder disableEmailNotification(Boolean disableEmailNotification)
If set to true, the member account does not receive an invitation email.
disableEmailNotification - Whether to send an invitation email to the member account. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation.Builder disableEmailNotification(IResolvable disableEmailNotification)
If set to true, the member account does not receive an invitation email.
disableEmailNotification - Whether to send an invitation email to the member account. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation.Builder message(String message)
message - Customized text to include in the invitation email message. This parameter is required.this@Stability(value=Stable) public CfnMemberInvitation build()
build in interface software.amazon.jsii.Builder<CfnMemberInvitation>Copyright © 2022. All rights reserved.