public static interface CreateMembersRequest.Builder extends DetectiveRequest.Builder, SdkPojo, CopyableBuilder<CreateMembersRequest.Builder,CreateMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateMembersRequest.Builder |
accounts(Account... accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest.Builder |
accounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest.Builder |
accounts(Consumer<Account.Builder>... accounts)
The list of Amazon Web Services accounts to invite or to enable.
|
CreateMembersRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
if set to
true, then the invited accounts do not receive email notifications. |
CreateMembersRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph.
|
CreateMembersRequest.Builder |
message(String message)
Customized message text to include in the invitation email message to the invited member accounts.
|
CreateMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMembersRequest.Builder graphArn(String graphArn)
The ARN of the behavior graph.
graphArn - The ARN of the behavior graph.CreateMembersRequest.Builder message(String message)
Customized message text to include in the invitation email message to the invited member accounts.
message - Customized message text to include in the invitation email message to the invited member accounts.CreateMembersRequest.Builder disableEmailNotification(Boolean disableEmailNotification)
if set to true, then the invited accounts do not receive email notifications. By default, this
is set to false, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
disableEmailNotification - if set to true, then the invited accounts do not receive email notifications. By default,
this is set to false, and the invited accounts receive email notifications.
Organization accounts in the organization behavior graph do not receive email notifications.
CreateMembersRequest.Builder accounts(Collection<Account> accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
accounts - The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50
accounts at a time. For each invited account, the account list contains the account identifier and the
Amazon Web Services account root user email address. For organization accounts in the organization
behavior graph, the email address is not required.CreateMembersRequest.Builder accounts(Account... accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
accounts - The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50
accounts at a time. For each invited account, the account list contains the account identifier and the
Amazon Web Services account root user email address. For organization accounts in the organization
behavior graph, the email address is not required.CreateMembersRequest.Builder accounts(Consumer<Account.Builder>... accounts)
The list of Amazon Web Services accounts to invite or to enable. You can invite or enable up to 50 accounts at a time. For each invited account, the account list contains the account identifier and the Amazon Web Services account root user email address. For organization accounts in the organization behavior graph, the email address is not required.
This is a convenience method that creates an instance of theAccount.Builder avoiding the need to create one
manually via Account.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #accounts(List.
accounts - a consumer that will call methods on
Account.Builder#accounts(java.util.Collection) CreateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.