default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.archivingOptions(Consumer<ArchivingOptions.Builder> archivingOptions) |
An object that defines the MailManager archiving options for emails that you send using the configuration
set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.archivingOptions(ArchivingOptions archivingOptions) |
An object that defines the MailManager archiving options for emails that you send using the configuration
set.
|
static CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.builder() |
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.configurationSetName(String configurationSetName) |
The name of the configuration set.
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions) |
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.deliveryOptions(DeliveryOptions deliveryOptions) |
An object that defines the dedicated IP pool that is used to send emails that you send using the
configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions) |
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.reputationOptions(ReputationOptions reputationOptions) |
An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send
that use the configuration set.
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.sendingOptions(Consumer<SendingOptions.Builder> sendingOptions) |
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.sendingOptions(SendingOptions sendingOptions) |
An object that defines whether or not Amazon SES can send email that you send using the configuration set.
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions) |
Sets the value of the SuppressionOptions property for this object.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.suppressionOptions(SuppressionOptions suppressionOptions) |
Sets the value of the SuppressionOptions property for this object.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.tags(Collection<Tag> tags) |
An array of objects that define the tags (keys and values) to associate with the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of objects that define the tags (keys and values) to associate with the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.tags(Tag... tags) |
An array of objects that define the tags (keys and values) to associate with the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.toBuilder() |
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions) |
An object that defines the open and click tracking options for emails that you send using the configuration
set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.trackingOptions(TrackingOptions trackingOptions) |
An object that defines the open and click tracking options for emails that you send using the configuration
set.
|
default CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.vdmOptions(Consumer<VdmOptions.Builder> vdmOptions) |
An object that defines the VDM options for emails that you send using the configuration set.
|
CreateConfigurationSetRequest.Builder |
CreateConfigurationSetRequest.Builder.vdmOptions(VdmOptions vdmOptions) |
An object that defines the VDM options for emails that you send using the configuration set.
|