CopyableBuilder<InviteAccountToOrganizationRequest.Builder,InviteAccountToOrganizationRequest>
, SdkBuilder<InviteAccountToOrganizationRequest.Builder,InviteAccountToOrganizationRequest>
public static interface InviteAccountToOrganizationRequest.Builder extends CopyableBuilder<InviteAccountToOrganizationRequest.Builder,InviteAccountToOrganizationRequest>
Modifier and Type | Method | Description |
---|---|---|
InviteAccountToOrganizationRequest.Builder |
notes(String notes) |
Additional information that you want to include in the generated email to the recipient account owner.
|
InviteAccountToOrganizationRequest.Builder |
target(HandshakeParty target) |
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
copy
apply, build
InviteAccountToOrganizationRequest.Builder target(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization. This is a JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target id=123456789012,type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address that is
associated with the account.
--target id=bill@example.com,type=EMAIL
target
- The identifier (ID) of the AWS account that you want to invite to join your organization. This is a
JSON object that contains the following elements:
{ "Type": "ACCOUNT", "Id": "< account id number >" }
If you use the AWS CLI, you can submit this as a single string, similar to the following example:
--target id=123456789012,type=ACCOUNT
If you specify "Type": "ACCOUNT"
, then you must provide the AWS account ID number as the
Id
. If you specify "Type": "EMAIL"
, then you must specify the email address
that is associated with the account.
--target id=bill@example.com,type=EMAIL
InviteAccountToOrganizationRequest.Builder notes(String notes)
Additional information that you want to include in the generated email to the recipient account owner.
notes
- Additional information that you want to include in the generated email to the recipient account owner.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.