Interface CreateInvitationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>,Macie2Request.Builder,SdkBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateInvitationsRequest
public static interface CreateInvitationsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<CreateInvitationsRequest.Builder,CreateInvitationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateInvitationsRequest.BuilderaccountIds(String... accountIds)An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.CreateInvitationsRequest.BuilderaccountIds(Collection<String> accountIds)An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.CreateInvitationsRequest.BuilderdisableEmailNotification(Boolean disableEmailNotification)Specifies whether to send the invitation as an email message.CreateInvitationsRequest.Buildermessage(String message)Custom text to include in the email message that contains the invitation.CreateInvitationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateInvitationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.macie2.model.Macie2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountIds
CreateInvitationsRequest.Builder accountIds(Collection<String> accountIds)
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
- Parameters:
accountIds- An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
CreateInvitationsRequest.Builder accountIds(String... accountIds)
An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.
- Parameters:
accountIds- An array that lists Amazon Web Services account IDs, one for each account to send the invitation to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disableEmailNotification
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
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.
- Parameters:
message- Custom text to include in the email message that contains the invitation. The text can contain as many as 80 alphanumeric characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-