public static interface PutAccountDetailsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountDetailsRequest.Builder,PutAccountDetailsRequest>
Modifier and Type | Method and Description |
---|---|
PutAccountDetailsRequest.Builder |
additionalContactEmailAddresses(Collection<String> additionalContactEmailAddresses)
Additional email addresses that you would like to be notified regarding Amazon SES matters.
|
PutAccountDetailsRequest.Builder |
additionalContactEmailAddresses(String... additionalContactEmailAddresses)
Additional email addresses that you would like to be notified regarding Amazon SES matters.
|
PutAccountDetailsRequest.Builder |
contactLanguage(ContactLanguage contactLanguage)
The language you would prefer to be contacted with.
|
PutAccountDetailsRequest.Builder |
contactLanguage(String contactLanguage)
The language you would prefer to be contacted with.
|
PutAccountDetailsRequest.Builder |
mailType(MailType mailType)
The type of email your account will send.
|
PutAccountDetailsRequest.Builder |
mailType(String mailType)
The type of email your account will send.
|
PutAccountDetailsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountDetailsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountDetailsRequest.Builder |
productionAccessEnabled(Boolean productionAccessEnabled)
Indicates whether or not your account should have production access in the current Amazon Web Services
Region.
|
PutAccountDetailsRequest.Builder |
useCaseDescription(String useCaseDescription)
A description of the types of email that you plan to send.
|
PutAccountDetailsRequest.Builder |
websiteURL(String websiteURL)
The URL of your website.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutAccountDetailsRequest.Builder mailType(String mailType)
The type of email your account will send.
PutAccountDetailsRequest.Builder mailType(MailType mailType)
The type of email your account will send.
PutAccountDetailsRequest.Builder websiteURL(String websiteURL)
The URL of your website. This information helps us better understand the type of content that you plan to send.
websiteURL
- The URL of your website. This information helps us better understand the type of content that you plan
to send.PutAccountDetailsRequest.Builder contactLanguage(String contactLanguage)
The language you would prefer to be contacted with.
contactLanguage
- The language you would prefer to be contacted with.ContactLanguage
,
ContactLanguage
PutAccountDetailsRequest.Builder contactLanguage(ContactLanguage contactLanguage)
The language you would prefer to be contacted with.
contactLanguage
- The language you would prefer to be contacted with.ContactLanguage
,
ContactLanguage
PutAccountDetailsRequest.Builder useCaseDescription(String useCaseDescription)
A description of the types of email that you plan to send.
useCaseDescription
- A description of the types of email that you plan to send.PutAccountDetailsRequest.Builder additionalContactEmailAddresses(Collection<String> additionalContactEmailAddresses)
Additional email addresses that you would like to be notified regarding Amazon SES matters.
additionalContactEmailAddresses
- Additional email addresses that you would like to be notified regarding Amazon SES matters.PutAccountDetailsRequest.Builder additionalContactEmailAddresses(String... additionalContactEmailAddresses)
Additional email addresses that you would like to be notified regarding Amazon SES matters.
additionalContactEmailAddresses
- Additional email addresses that you would like to be notified regarding Amazon SES matters.PutAccountDetailsRequest.Builder productionAccessEnabled(Boolean productionAccessEnabled)
Indicates whether or not your account should have production access in the current Amazon Web Services Region.
If the value is false
, then your account is in the sandbox. When your account is in the
sandbox, you can only send email to verified identities. Additionally, the maximum number of emails you can
send in a 24-hour period (your sending quota) is 200, and the maximum number of emails you can send per
second (your maximum sending rate) is 1.
If the value is true
, then your account has production access. When your account has production
access, you can send email to any address. The sending quota and maximum sending rate for your account vary
based on your specific use case.
productionAccessEnabled
- Indicates whether or not your account should have production access in the current Amazon Web Services
Region.
If the value is false
, then your account is in the sandbox. When your account is
in the sandbox, you can only send email to verified identities. Additionally, the maximum number of
emails you can send in a 24-hour period (your sending quota) is 200, and the maximum number of emails
you can send per second (your maximum sending rate) is 1.
If the value is true
, then your account has production access. When your account has
production access, you can send email to any address. The sending quota and maximum sending rate for
your account vary based on your specific use case.
PutAccountDetailsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutAccountDetailsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.