public static interface PutAccountSendingAttributesRequest.Builder extends PinpointEmailRequest.Builder, SdkPojo, CopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
Modifier and Type | Method and Description |
---|---|
PutAccountSendingAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PutAccountSendingAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
PutAccountSendingAttributesRequest.Builder |
sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email.
|
build
overrideConfiguration
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 AWS 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 AWS 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PutAccountSendingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.