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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendingOptions.BuildersendingEnabled(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sendingEnabled
SendingOptions.Builder sendingEnabled(Boolean 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.
-
-