public static interface CreateInvitationsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateInvitationsRequest.Builder |
accountIds(Collection<String> accountIds)
An array that lists AWS account IDs, one for each account to send the invitation to.
|
CreateInvitationsRequest.Builder |
accountIds(String... accountIds)
An array that lists AWS account IDs, one for each account to send the invitation to.
|
CreateInvitationsRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
Specifies whether to send an email notification to the root user of each account that the invitation will be
sent to.
|
CreateInvitationsRequest.Builder |
message(String message)
A custom message to include in the invitation.
|
CreateInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateInvitationsRequest.Builder accountIds(Collection<String> accountIds)
An array that lists AWS account IDs, one for each account to send the invitation to.
accountIds - An array that lists AWS account IDs, one for each account to send the invitation to.CreateInvitationsRequest.Builder accountIds(String... accountIds)
An array that lists AWS account IDs, one for each account to send the invitation to.
accountIds - An array that lists AWS account IDs, one for each account to send the invitation to.CreateInvitationsRequest.Builder disableEmailNotification(Boolean disableEmailNotification)
Specifies whether to send an email notification to the root user of each account that the invitation will be sent to. This notification is in addition to an alert that the root user receives in AWS Personal Health Dashboard. To send an email notification to the root user of each account, set this value to true.
disableEmailNotification - Specifies whether to send an email notification to the root user of each account that the invitation
will be sent to. This notification is in addition to an alert that the root user receives in AWS
Personal Health Dashboard. To send an email notification to the root user of each account, set this
value to true.CreateInvitationsRequest.Builder message(String message)
A custom message to include in the invitation. Amazon Macie adds this message to the standard content that it sends for an invitation.
message - A custom message to include in the invitation. Amazon Macie adds this message to the standard content
that it sends for an invitation.CreateInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.