Class CfnDedicatedIpPool.Builder

java.lang.Object
software.amazon.awscdk.services.ses.CfnDedicatedIpPool.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDedicatedIpPool>
Enclosing class:
CfnDedicatedIpPool

@Stability(Stable) public static final class CfnDedicatedIpPool.Builder extends Object implements software.amazon.jsii.Builder<CfnDedicatedIpPool>
A fluent builder for CfnDedicatedIpPool.
  • Method Details

    • create

      @Stability(Stable) public static CfnDedicatedIpPool.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnDedicatedIpPool.Builder.
    • poolName

      @Stability(Stable) public CfnDedicatedIpPool.Builder poolName(String poolName)
      The name of the dedicated IP pool that the IP address is associated with.

      Parameters:
      poolName - The name of the dedicated IP pool that the IP address is associated with. This parameter is required.
      Returns:
      this
    • scalingMode

      @Stability(Stable) public CfnDedicatedIpPool.Builder scalingMode(String scalingMode)
      The type of scaling mode.

      The following options are available:

      • STANDARD - The customer controls which IPs are part of the dedicated IP pool.
      • MANAGED - The reputation and number of IPs are automatically managed by Amazon SES .

      The STANDARD option is selected by default if no value is specified.

      Updating ScalingMode doesn't require a replacement if you're updating its value from STANDARD to MANAGED . However, updating ScalingMode from MANAGED to STANDARD is not supported.

      Parameters:
      scalingMode - The type of scaling mode. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnDedicatedIpPool build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDedicatedIpPool>
      Returns:
      a newly built instance of CfnDedicatedIpPool.