Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateConfigurationSetRequest.Builder
Packages that use CreateConfigurationSetRequest.Builder
Package
Description
-
Uses of CreateConfigurationSetRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateConfigurationSetRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest) Create a configuration set.default CreateConfigurationSetResponseSesV2Client.createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest) Create a configuration set. -
Uses of CreateConfigurationSetRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateConfigurationSetRequest.BuilderModifier and TypeMethodDescriptionCreateConfigurationSetRequest.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.archivingOptions(ArchivingOptions archivingOptions) An object that defines the MailManager archiving options for emails that you send using the configuration set.CreateConfigurationSetRequest.builder()CreateConfigurationSetRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set.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.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateConfigurationSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) 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.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.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.sendingOptions(SendingOptions sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.CreateConfigurationSetRequest.Builder.suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions) An object that contains information about the suppression list preferences for the configuration set.CreateConfigurationSetRequest.Builder.suppressionOptions(SuppressionOptions suppressionOptions) An object that contains information about the suppression list preferences for the configuration set.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.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the configuration set.An array of objects that define the tags (keys and values) to associate with the configuration set.CreateConfigurationSetRequest.toBuilder()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.trackingOptions(TrackingOptions trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.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.vdmOptions(VdmOptions vdmOptions) An object that defines the VDM options for emails that you send using the configuration set.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateConfigurationSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateConfigurationSetRequest.Builder>CreateConfigurationSetRequest.serializableBuilderClass()