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 AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest.Builder |
accounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest.Builder |
accounts(Consumer<Account.Builder>... accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph.
|
CreateMembersRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
if set to
true, then the member accounts do not receive email notifications. |
CreateMembersRequest.Builder |
graphArn(String graphArn)
The ARN of the behavior graph to invite the member accounts to contribute their data to.
|
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 to invite the member accounts to contribute their data to.
graphArn - The ARN of the behavior graph to invite the member accounts to contribute their data to.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 member accounts do not receive email notifications. By default, this is
set to false, and the member accounts receive email notifications.
disableEmailNotification - if set to true, then the member accounts do not receive email notifications. By default,
this is set to false, and the member accounts receive email notifications.CreateMembersRequest.Builder accounts(Collection<Account> accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.
accounts - The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited
account, the account list contains the account identifier and the AWS account root user email address.CreateMembersRequest.Builder accounts(Account... accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.
accounts - The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited
account, the account list contains the account identifier and the AWS account root user email address.CreateMembersRequest.Builder accounts(Consumer<Account.Builder>... accounts)
The list of AWS accounts to invite to become member accounts in the behavior graph. For each invited account, the account list contains the account identifier and the AWS account root user email address.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accounts(List) .accounts - a consumer that will call methods on List.Builder #accounts(List) CreateMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.