Interface ModifyIpamPolicyAllocationRulesRequest.Builder

    • Method Detail

      • dryRun

        ModifyIpamPolicyAllocationRulesRequest.Builder dryRun​(Boolean dryRun)

        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamPolicyId

        ModifyIpamPolicyAllocationRulesRequest.Builder ipamPolicyId​(String ipamPolicyId)

        The ID of the IPAM policy whose allocation rules you want to modify.

        Parameters:
        ipamPolicyId - The ID of the IPAM policy whose allocation rules you want to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • locale

        ModifyIpamPolicyAllocationRulesRequest.Builder locale​(String locale)

        The locale for which to modify the allocation rules.

        Parameters:
        locale - The locale for which to modify the allocation rules.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        ModifyIpamPolicyAllocationRulesRequest.Builder resourceType​(String resourceType)

        The resource type for which to modify the allocation rules.

        The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:

        • Elastic IP addresses

        Parameters:
        resourceType - The resource type for which to modify the allocation rules.

        The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:

        • Elastic IP addresses

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

        ModifyIpamPolicyAllocationRulesRequest.Builder resourceType​(IpamPolicyResourceType resourceType)

        The resource type for which to modify the allocation rules.

        The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:

        • Elastic IP addresses

        Parameters:
        resourceType - The resource type for which to modify the allocation rules.

        The Amazon Web Services service or resource type that can use IP addresses through IPAM policies. Supported services and resource types include:

        • Elastic IP addresses

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

        ModifyIpamPolicyAllocationRulesRequest.Builder allocationRules​(Collection<IpamPolicyAllocationRuleRequest> allocationRules)

        The new allocation rules to apply to the IPAM policy.

        Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

        Parameters:
        allocationRules - The new allocation rules to apply to the IPAM policy.

        Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

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

        ModifyIpamPolicyAllocationRulesRequest.Builder allocationRules​(IpamPolicyAllocationRuleRequest... allocationRules)

        The new allocation rules to apply to the IPAM policy.

        Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

        Parameters:
        allocationRules - The new allocation rules to apply to the IPAM policy.

        Allocation rules are optional configurations within an IPAM policy that map Amazon Web Services resource types to specific IPAM pools. If no rules are defined, the resource types default to using Amazon-provided IP addresses.

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