Interface CreateIpamPolicyRequest.Builder

    • Method Detail

      • dryRun

        CreateIpamPolicyRequest.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.
      • tagSpecifications

        CreateIpamPolicyRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to assign to the IPAM policy.

        Parameters:
        tagSpecifications - The tags to assign to the IPAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateIpamPolicyRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to assign to the IPAM policy.

        Parameters:
        tagSpecifications - The tags to assign to the IPAM policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateIpamPolicyRequest.Builder clientToken​(String clientToken)

        A unique, case-sensitive identifier to ensure the idempotency of the request.

        Parameters:
        clientToken - A unique, case-sensitive identifier to ensure the idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipamId

        CreateIpamPolicyRequest.Builder ipamId​(String ipamId)

        The ID of the IPAM for which you're creating the policy.

        Parameters:
        ipamId - The ID of the IPAM for which you're creating the policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.