Interface PutAccountSendingAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutAccountSendingAttributesRequest.Builder,,PutAccountSendingAttributesRequest> SdkBuilder<PutAccountSendingAttributesRequest.Builder,,PutAccountSendingAttributesRequest> SdkPojo,SdkRequest.Builder,SesV2Request.Builder
- Enclosing class:
- PutAccountSendingAttributesRequest
@Mutable
@NotThreadSafe
public static interface PutAccountSendingAttributesRequest.Builder
extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) sendingEnabled(Boolean sendingEnabled) Enables or disables your account's ability to send email.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
Method Details
-
sendingEnabled
Enables or disables your account's ability to send email. Set to
trueto enable email sending, or set tofalseto 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.
- Parameters:
sendingEnabled- Enables or disables your account's ability to send email. Set totrueto enable email sending, or set tofalseto 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutAccountSendingAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountSendingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-