public static interface SendingOptions.Builder extends SdkPojo, CopyableBuilder<SendingOptions.Builder,SendingOptions>
Modifier and Type | Method and Description |
---|---|
SendingOptions.Builder |
sendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
copy
applyMutation, build
SendingOptions.Builder sendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.