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 Amazon Web Services account IDs, one for each account to send the invitation to.
|
CreateInvitationsRequest.Builder |
accountIds(String... accountIds)
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
|
CreateInvitationsRequest.Builder |
disableEmailNotification(Boolean disableEmailNotification)
Specifies whether to send the invitation as an email message.
|
CreateInvitationsRequest.Builder |
message(String message)
Custom text to include in the email message that contains 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 Amazon Web Services account IDs, one for each account to send the invitation to.
accountIds - An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.CreateInvitationsRequest.Builder accountIds(String... accountIds)
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
accountIds - An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.CreateInvitationsRequest.Builder disableEmailNotification(Boolean disableEmailNotification)
Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie sends the invitation (as an email message) to the email address that you specified for the recipient's account when you associated the account with your account. The default value is false.
disableEmailNotification - Specifies whether to send the invitation as an email message. If this value is false, Amazon Macie
sends the invitation (as an email message) to the email address that you specified for the recipient's
account when you associated the account with your account. The default value is false.CreateInvitationsRequest.Builder message(String message)
Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.
message - Custom text to include in the email message that contains the invitation. The text can contain as many
as 80 alphanumeric characters.CreateInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.