JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.simpleemailv2.model

Class CreateConfigurationSetRequest

    • Constructor Detail

      • CreateConfigurationSetRequest

        public CreateConfigurationSetRequest()
    • Method Detail

      • setConfigurationSetName

        public void setConfigurationSetName(String configurationSetName)

        The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

        Parameters:
        configurationSetName - The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
      • getConfigurationSetName

        public String getConfigurationSetName()

        The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

        Returns:
        The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
      • withConfigurationSetName

        public CreateConfigurationSetRequest withConfigurationSetName(String configurationSetName)

        The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.

        Parameters:
        configurationSetName - The name of the configuration set. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTrackingOptions

        public void setTrackingOptions(TrackingOptions trackingOptions)

        An object that defines the open and click tracking options for emails that you send using the configuration set.

        Parameters:
        trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set.
      • getTrackingOptions

        public TrackingOptions getTrackingOptions()

        An object that defines the open and click tracking options for emails that you send using the configuration set.

        Returns:
        An object that defines the open and click tracking options for emails that you send using the configuration set.
      • withTrackingOptions

        public CreateConfigurationSetRequest withTrackingOptions(TrackingOptions trackingOptions)

        An object that defines the open and click tracking options for emails that you send using the configuration set.

        Parameters:
        trackingOptions - An object that defines the open and click tracking options for emails that you send using the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeliveryOptions

        public void setDeliveryOptions(DeliveryOptions deliveryOptions)

        An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

        Parameters:
        deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
      • getDeliveryOptions

        public DeliveryOptions getDeliveryOptions()

        An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

        Returns:
        An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
      • withDeliveryOptions

        public CreateConfigurationSetRequest withDeliveryOptions(DeliveryOptions deliveryOptions)

        An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

        Parameters:
        deliveryOptions - An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReputationOptions

        public void setReputationOptions(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.

        Parameters:
        reputationOptions - An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
      • getReputationOptions

        public ReputationOptions getReputationOptions()

        An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

        Returns:
        An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
      • withReputationOptions

        public CreateConfigurationSetRequest withReputationOptions(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.

        Parameters:
        reputationOptions - An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSendingOptions

        public void setSendingOptions(SendingOptions sendingOptions)

        An object that defines whether or not Amazon SES can send email that you send using the configuration set.

        Parameters:
        sendingOptions - An object that defines whether or not Amazon SES can send email that you send using the configuration set.
      • getSendingOptions

        public SendingOptions getSendingOptions()

        An object that defines whether or not Amazon SES can send email that you send using the configuration set.

        Returns:
        An object that defines whether or not Amazon SES can send email that you send using the configuration set.
      • withSendingOptions

        public CreateConfigurationSetRequest withSendingOptions(SendingOptions sendingOptions)

        An object that defines whether or not Amazon SES can send email that you send using the configuration set.

        Parameters:
        sendingOptions - An object that defines whether or not Amazon SES can send email that you send using the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getTags

        public List<Tag> getTags()

        An array of objects that define the tags (keys and values) to associate with the configuration set.

        Returns:
        An array of objects that define the tags (keys and values) to associate with the configuration set.
      • setTags

        public void setTags(Collection<Tag> tags)

        An array of objects that define the tags (keys and values) to associate with the configuration set.

        Parameters:
        tags - An array of objects that define the tags (keys and values) to associate with the configuration set.
      • withTags

        public CreateConfigurationSetRequest withTags(Tag... tags)

        An array of objects that define the tags (keys and values) to associate with the configuration set.

        NOTE: This method appends the values to the existing list (if any). Use setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the existing values.

        Parameters:
        tags - An array of objects that define the tags (keys and values) to associate with the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withTags

        public CreateConfigurationSetRequest withTags(Collection<Tag> tags)

        An array of objects that define the tags (keys and values) to associate with the configuration set.

        Parameters:
        tags - An array of objects that define the tags (keys and values) to associate with the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSuppressionOptions

        public void setSuppressionOptions(SuppressionOptions suppressionOptions)
        Parameters:
        suppressionOptions -
      • withSuppressionOptions

        public CreateConfigurationSetRequest withSuppressionOptions(SuppressionOptions suppressionOptions)
        Parameters:
        suppressionOptions -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVdmOptions

        public void setVdmOptions(VdmOptions vdmOptions)

        An object that defines the VDM options for emails that you send using the configuration set.

        Parameters:
        vdmOptions - An object that defines the VDM options for emails that you send using the configuration set.
      • getVdmOptions

        public VdmOptions getVdmOptions()

        An object that defines the VDM options for emails that you send using the configuration set.

        Returns:
        An object that defines the VDM options for emails that you send using the configuration set.
      • withVdmOptions

        public CreateConfigurationSetRequest withVdmOptions(VdmOptions vdmOptions)

        An object that defines the VDM options for emails that you send using the configuration set.

        Parameters:
        vdmOptions - An object that defines the VDM options for emails that you send using the configuration set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /