Interface DeleteIpamPolicyResponse.Builder

  • Method Details

    • ipamPolicy

      Information about the deleted IPAM policy.

      An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.

      Parameters:
      ipamPolicy - Information about the deleted IPAM policy.

      An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipamPolicy

      Information about the deleted IPAM policy.

      An IPAM policy is a set of rules that define how public IPv4 addresses from IPAM pools are allocated to Amazon Web Services resources. Each rule maps an Amazon Web Services service to IPAM pools that the service will use to get IP addresses. A single policy can have multiple rules and be applied to multiple Amazon Web Services Regions. If the IPAM pool run out of addresses then the services fallback to Amazon-provided IP addresses. A policy can be applied to an individual Amazon Web Services account or an entity within Amazon Web Services Organizations.

      This is a convenience method that creates an instance of the IpamPolicy.Builder avoiding the need to create one manually via IpamPolicy.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to ipamPolicy(IpamPolicy).

      Parameters:
      ipamPolicy - a consumer that will call methods on IpamPolicy.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: