public static interface PutAccountSendingAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
Modifier and Type | Method and Description |
---|---|
PutAccountSendingAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAccountSendingAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAccountSendingAttributesRequest.Builder |
sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
PutAccountSendingAttributesRequest.Builder sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email. Set to true
to enable email sending,
or set to false
to disable email sending.
If Amazon Web Services paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.
sendingEnabled
- Enables or disables your account's ability to send email. Set to true
to enable email
sending, or set to false
to disable email sending. If Amazon Web Services paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.
PutAccountSendingAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
PutAccountSendingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.