Class CfnDedicatedIpPool.Builder

java.lang.Object
software.amazon.awscdk.services.pinpointemail.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.

      Parameters:
      poolName - The name of the dedicated IP pool. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnDedicatedIpPool.Builder tags(List<? extends CfnDedicatedIpPool.TagsProperty> tags)
      An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool.

      Parameters:
      tags - An object that defines the tags (keys and values) that you want to associate with the dedicated IP pool. 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.