Interface SendingOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SendingOptions.Builder,
,SendingOptions> SdkBuilder<SendingOptions.Builder,
,SendingOptions> SdkPojo
- Enclosing class:
SendingOptions
public static interface SendingOptions.Builder
extends SdkPojo, CopyableBuilder<SendingOptions.Builder,SendingOptions>
-
Method Summary
Modifier and TypeMethodDescriptionsendingEnabled
(Boolean sendingEnabled) Iftrue
, email sending is enabled for the configuration set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sendingEnabled
If
true
, email sending is enabled for the configuration set. Iffalse
, email sending is disabled for the configuration set.- Parameters:
sendingEnabled
- Iftrue
, email sending is enabled for the configuration set. Iffalse
, email sending is disabled for the configuration set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-