Interface PutAccountSendingAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
,SdkBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
,SdkPojo
,SdkRequest.Builder
,SesV2Request.Builder
- Enclosing class:
- PutAccountSendingAttributesRequest
public static interface PutAccountSendingAttributesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<PutAccountSendingAttributesRequest.Builder,PutAccountSendingAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutAccountSendingAttributesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
PutAccountSendingAttributesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
PutAccountSendingAttributesRequest.Builder
sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Request.Builder
build
-
-
-
-
Method Detail
-
sendingEnabled
PutAccountSendingAttributesRequest.Builder sendingEnabled(Boolean sendingEnabled)
Enables or disables your account's ability to send email. Set to
true
to enable email sending, or set tofalse
to 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 totrue
to enable email sending, or set tofalse
to 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:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
PutAccountSendingAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-