Class CfnDedicatedIpPoolProps.Builder

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

@Stability(Stable) public static final class CfnDedicatedIpPoolProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • poolName

      @Stability(Stable) public CfnDedicatedIpPoolProps.Builder poolName(String poolName)
      Parameters:
      poolName - The name of the dedicated IP pool that the IP address is associated with.
      Returns:
      this
    • scalingMode

      @Stability(Stable) public CfnDedicatedIpPoolProps.Builder scalingMode(String scalingMode)
      Parameters:
      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.

      Returns:
      this
    • build

      @Stability(Stable) public CfnDedicatedIpPoolProps build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDedicatedIpPoolProps>
      Returns:
      a new instance of CfnDedicatedIpPoolProps
      Throws:
      NullPointerException - if any required attribute was not provided