Interface DedicatedIpPool.Builder

    • Method Detail

      • poolName

        DedicatedIpPool.Builder poolName​(String poolName)

        The name of the dedicated IP pool.

        Parameters:
        poolName - The name of the dedicated IP pool.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scalingMode

        DedicatedIpPool.Builder scalingMode​(String scalingMode)

        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        Parameters:
        scalingMode - The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScalingMode, ScalingMode
      • scalingMode

        DedicatedIpPool.Builder scalingMode​(ScalingMode scalingMode)

        The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        Parameters:
        scalingMode - The type of the dedicated IP pool.

        • STANDARD – A dedicated IP pool where you can control which IPs are part of the pool.

        • MANAGED – A dedicated IP pool where the reputation and number of IPs are automatically managed by Amazon SES.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ScalingMode, ScalingMode